summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2005-07-18fix a block that was indented too far.David Gwynne
2005-07-18minor nits in session.c, add an additional nconf == NULL check and switchClaudio Jeker
2005-07-14free commitz from pascoes kitchen. fix an error messageDavid Gwynne
2005-07-04New function filterset_cmp() used two compare two struct filter_set forClaudio Jeker
2005-07-04Switch some parser rules from "string" to "STRING". "string" is to greedyClaudio Jeker
2005-07-01More spacesClaudio Jeker
2005-07-01tab after spaceClaudio Jeker
2005-07-01Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff.Claudio Jeker
2005-07-01The newly introduced function filterset_free() existed already asClaudio Jeker
2005-07-01Make the pftable filter set use the name2id "cache" like the route labels.Claudio Jeker
2005-06-29rtlabel support via filter sets. Just use "set rtlabel foobar" in filtersClaudio Jeker
2005-06-28Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags asClaudio Jeker
2005-06-25name2id prototypesHenning Brauer
2005-06-25Make the name2id/id2name code generically usable. This will be needed byClaudio Jeker
2005-06-24Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
2005-06-16use prefixlen2mask() instead of doing the bitshifting by hand; fixes theHenning Brauer
2005-06-14Don't unref something that is used later. send_rtmsg() will callClaudio Jeker
2005-06-13route label support, kroute part and ID allocator as well as the internalHenning Brauer
2005-06-13realloc(3) correctly. Do not adjust the variable describing how much memoryClaudio Jeker
2005-06-10Make sure that the ATTR_EXTLEN flag is unset if the attribute length isClaudio Jeker
2005-06-10Introduce attr_optlen() to get the total lenght of an optional attributeClaudio Jeker
2005-06-10Simplify show rib upcalls. Kill one mostly unused function.Claudio Jeker
2005-06-09Change the "network connected|static" statements to "network inet|inet6Claudio Jeker
2005-06-09If there is a problem to connect to a remote peer, do the same log dampingClaudio Jeker
2005-06-07Set the reject and blackhole flags for kernel routes too. This makes theClaudio Jeker
2005-06-07Fix the mask2prefixlen6() function once and for all. Netmasks are stored inClaudio Jeker
2005-06-06allow show fib to be limited to inet or inet6 families, claudio okHenning Brauer
2005-06-05on CTL_KROUTE requests, send back both v4 and v6 routesHenning Brauer
2005-06-05work around another disgusting ugliness in v6: the netmasks we get onHenning Brauer
2005-06-05make log_in6addr actually work correctly - it is astounding how ugly thingsHenning Brauer
2005-06-05provide cleartext messages for the cease suberror codesHenning Brauer
2005-06-04when the max-prefix limit was exceeded generate a STOP event; we do notHenning Brauer
2005-06-04call the FSM with a CON_FATAL event after sending notifications in the casesHenning Brauer
2005-06-04do not send out suberrorcodes for cease errors; there are none in theHenning Brauer
2005-06-04use the recorded error code to prevent sending out multiple notificationsHenning Brauer
2005-06-04when sending out a notification record the error code and suberror code inHenning Brauer
2005-06-04be more clear about route-ageHenning Brauer
2005-06-04relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouverHenning Brauer
2005-06-02Use the correct pointer when printing out the error message. OK henningChad Loder
2005-06-02Cleanup recent kroute6 additions. OK henningChad Loder
2005-05-27bah, more kaesefondue (debugging cruft left in)Henning Brauer
2005-05-27don't need to fetch the kernel routing twice, once for v4 and once for v6,Henning Brauer
2005-05-27will throw claudio in a big pot of kaesefondue for repeated whitespace fuckupsHenning Brauer
2005-05-27kroute6 support, at least partially. Get it in so that Henning can clean itClaudio Jeker
2005-05-24Remove unnecessary error check that is already done in parsecommunity().Claudio Jeker
2005-05-24KNFClaudio Jeker
2005-05-23one more endpwentHenning Brauer
2005-05-23no need for endpwent()Henning Brauer
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-05-03setres[ug]id; ok claudio@Damien Miller