Age | Commit message (Expand) | Author |
2017-11-29 | Insert MPLS VPN routes with the RTF_GATEWAY flag cleared. mpe(4) is now | Claudio Jeker |
2017-11-14 | Inverse logic, issue found by henning@. MPLS VPN is still broken though. | Claudio Jeker |
2017-10-19 | don't try to print uninitialised memory as a string in error paths | Jonathan Gray |
2017-10-15 | Add "ssv" variant which turns a rib route output into a single | Theo de Raadt |
2017-09-14 | fix accounting for received prefixes per neighbor | Peter Hessler |
2017-08-21 | undo unintentional commits | Peter Hessler |
2017-08-21 | When 'enforce neighbor-as no' is set, don't do a config-time check for the ne... | Peter Hessler |
2017-08-12 | Add manpage update for new grouping feature '{from,to} {i,e}bgp' | job |
2017-08-12 | allow filter rules to be written that affect ibgp or ebgp neighbors | Peter Hessler |
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser |
2017-08-11 | softreconfig in and out are on by default for ever and machines now have | Claudio Jeker |
2017-08-10 | Fix a comment and line length. Noted by Dennis fondras. | Sebastian Benoit |
2017-08-10 | handle extended communities in bgpctl. | Sebastian Benoit |
2017-08-06 | Remove comma from last element since that is the terminator. | Claudio Jeker |
2017-08-06 | add a zeroed out element at the end of the iana_ext_comms array, so | Sebastian Benoit |
2017-07-26 | Update MRT reference in bgpd manpage | job |
2017-07-26 | sort; | Jason McIntyre |
2017-07-26 | Update reference to BGP Shutdown Communication specification | job |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-06-27 | move a global into local context; from rob pierce | Theo de Raadt |
2017-06-26 | let admins set an unknown well-known community | Peter Hessler |
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler |
2017-06-26 | allow setting localpref to 0 | Peter Hessler |
2017-05-31 | Too vs To. Found by Denis Fondras openbsd (at) ledeuns (dot) net | Claudio Jeker |
2017-05-31 | Man page bits for ext-community which grew a few more subtypes. | Claudio Jeker |
2017-05-31 | Oups, that should have not been committed. Revert. | Claudio Jeker |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-30 | remove extended communities that have the transitive bit set from | Sebastian Benoit |
2017-05-29 | change section title in bgpd.conf talking about MPLS, | Sebastian Benoit |
2017-05-29 | fix "depend on" when carp interface goes from MASTER into state INIT | Sebastian Benoit |
2017-05-29 | After some consideration, revert last commit and don't abuse rde_dump_done. | Claudio Jeker |
2017-05-29 | Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added to | Claudio Jeker |
2017-05-29 | change bgpd's control socket from /var/run/bgpd.sock to | Sebastian Benoit |
2017-05-29 | remove the file permission check for bgpd.conf | Peter Hessler |
2017-05-28 | Print when we send or recv an EOR marker. | Claudio Jeker |
2017-05-28 | Introduce log_peer_info() and make log_peer_warn() log at LOG_ERR instead | Claudio Jeker |
2017-05-28 | Close imsg pipes later in the process. The shutdown code still tires to | Claudio Jeker |
2017-05-28 | tweak previous; | Jason McIntyre |
2017-05-28 | we're not hardcoded to table 0 any more | Henning Brauer |
2017-05-28 | so far, bgpd was hardcoded to use rtable 0 for nexthop verification. | Henning Brauer |
2017-05-28 | Implement an XON/XOFF protocol between the RDE and the SE to throttle | Claudio Jeker |
2017-05-27 | Allow an administrator to disable the bgp loop detection algorithm, | Peter Hessler |
2017-05-27 | allow only one network <prefix> statement per for the same prefix. | Sebastian Benoit |
2017-05-27 | bump the size of ctl rib flags | Peter Hessler |
2017-05-27 | this expects 2byte ASN, so use that, instead of an asn that may or may not fit | Peter Hessler |
2017-05-27 | Allow OpenBGPD to selectively choose which local ASN to use per-peer. | Peter Hessler |
2017-05-27 | allow us to use 'local-as' in the filter language | Peter Hessler |
2017-05-27 | fix the reference to draft-ymbk-grow-blackholing, to RFC 7999 | Peter Hessler |
2017-05-26 | AS 0 is special and should be considered an error. | Peter Hessler |
2017-05-26 | Expand RIB names in groups | Peter Hessler |