CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/09/13 02:11:39
Modified files: sys/net : route.c Log message: Stop creating a BFD descriptor when the route is created. Since our BFD implementation relies on the existence of routes, it is much easier to set the BFD parameters with RTM_CHANGE, especially if something bad happen. Discussed with and ok phessler@, claudio@