CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/01/02 05:57:30
Modified files: sys/net : route.c Log message: Move the cloning bits in their own function. This will be needed to select the proper cloning route in a multipath scenario. While here remove a NET_ASSERT_LOCKED(), the routing table doesn't need the lock. ok dlg@