summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/kroute.c
AgeCommit message (Expand)Author
2003-12-25skip over routing table entires with flag LLINFO (that's arp cache)Henning Brauer
2003-12-25dump a copy of the kernel routing table into our own view on startupHenning Brauer
2003-12-24no O_NONBLOCK for routing and tcp sockets, theoHenning Brauer
2003-12-24now that we keep track of the routes we added to the kernel we can removeHenning Brauer
2003-12-24keep track of the routes we inserted to the kernelHenning Brauer
2003-12-23use RTF_PROTO1 for nowHenning Brauer
2003-12-23no RTF_MASKHenning Brauer
2003-12-23don't panic on EEXIST. that's normal for a full-table router to get a routeHenning Brauer
2003-12-23bzero, set sin_len, and fix an error messageHenning Brauer
2003-12-22o add low-level functions for adding/chaining/removing kernel routesHenning Brauer