Age | Commit message (Expand) | Author |
2010-03-31 | network static and network connected have been superseded by network inet | Claudio Jeker |
2010-03-05 | Allow to filter for ext-community attributes. Currently only perfect matches | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt |
2009-12-16 | Implement "set ext-community [delete] subtype key:value" to set and delete | Claudio Jeker |
2009-12-09 | parsecommunity() always works on a struct filter_community. So pass a | Claudio Jeker |
2009-12-09 | parsecommunity() does not allow to set unknown well-known communities. | Claudio Jeker |
2009-12-08 | Big AID change part two. This changes the mp capability into an array of | Claudio Jeker |
2009-12-06 | Doh, switch src and dst in memcpy calls or the wrong thing gets copied. | Claudio Jeker |
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker |
2009-11-26 | support for set origin; based on an initial diff from | Henning Brauer |
2009-11-11 | Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg | Claudio Jeker |
2009-10-13 | Disable graceful restart for now. The EOR marker is sent in the wrong place | Claudio Jeker |
2009-10-06 | Add config knobs to enable/disable individual BGP capabilities per neighbor. | Claudio Jeker |
2009-09-04 | Make sure that a proper syntax error is produced when something else then | Claudio Jeker |
2009-09-04 | Use the address familiy of the neighbor IP to decide which MP type to use. | Claudio Jeker |
2009-08-31 | Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define. | Claudio Jeker |
2009-08-03 | Make announce "self" work like all others (self is a bit special because | Claudio Jeker |
2009-07-20 | Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case even | Claudio Jeker |
2009-06-06 | Some preliminary filter magic to support multiple RIBs on the filters. | Claudio Jeker |
2009-06-06 | Only the main Loc-RIB should update the FIB for now. So introduce a | Claudio Jeker |
2009-06-05 | Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense. | Claudio Jeker |
2009-06-05 | Make it possible to bind peers to a specified RIB. Now only filters and | Claudio Jeker |
2009-06-04 | Make mrt understand alternate RIB plus remove some other static rib references. | Claudio Jeker |
2009-06-04 | Add "rde rib <name>" to the config and allow the rde to use these other RIBs. | Claudio Jeker |
2009-05-27 | add an option to change the "connect-retry" timer which defaults to 120s. | Reyk Floeter |
2009-04-23 | allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN | Stuart Henderson |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-26 | argh, do not reuse the global trans_as flag to be applied to the peer | Henning Brauer |
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer |
2009-03-18 | Introduce local_as in the peer config. This allows per peer local AS and | Claudio Jeker |
2009-02-16 | typo in error message; "bigger that" -> "bigger than" | Stuart Henderson |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-07-08 | Use correct format string specifier for int argument. Don't try to print it | Claudio Jeker |
2008-06-15 | Allow bgpd to delete more then one community per filter rule. Fixes PR5807 | Claudio Jeker |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-13 | Move parser to use NUMBER as all other parse.y do know. A bit tricky because | Claudio Jeker |
2007-05-31 | Init community in get_rule() to COMMUNITY_UNSET. get_rule() is called when | Claudio Jeker |
2007-05-31 | Even so some IX in germany likes to abuse 0 as AS community number we should | Claudio Jeker |
2007-05-28 | allow matching on communities using 0 in the AS part, that is in use. | Henning Brauer |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-04-17 | Make "network inet connected" work again. inet and inet6 became keywords | Claudio Jeker |
2007-03-29 | Until now prefixlen defaulted to AF_INET if it was used without a prefix. | Claudio Jeker |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer |