Age | Commit message (Expand) | Author |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-04-17 | and don't try to free a null set either | Henning Brauer |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer |
2005-04-13 | filter_set cleanup. Plug some memleaks and fix an obvious bug in the | Claudio Jeker |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-04-12 | Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@ | Claudio Jeker |
2005-03-29 | walk & free network and filter lists after parse errors | Henning Brauer |
2005-03-28 | walk & free peer_l after failed config parsing attempts | Henning Brauer |
2005-03-23 | Move the neighbor checking code from merge_config() to neighbor_consistent() | Claudio Jeker |
2005-03-16 | don't try to merge the freshly parsed config into the running one if | Henning Brauer |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-13 | s/to many/too many/, from jmc | Henning Brauer |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2004-12-23 | KNF | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker |
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-11-05 | memleaks in error pathes, again awesome work from Patrick Latifi | Henning Brauer |
2004-11-04 | (try to) open the config file earlier, makes the error handling easier in | Henning Brauer |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker |
2004-08-24 | don't do the pftable_exists() check if we are running -n, needs root | Henning Brauer |
2004-08-24 | correctly inherit conf->opts from xconf->opts in parse_config(), | Henning Brauer |
2004-08-24 | back out rev. 1.136. I commited that unintentionally and it does not work | Claudio Jeker |
2004-08-20 | Grrr. copy paste error. Dump MED and not local-pref. OK henning@ | Claudio Jeker |
2004-08-20 | foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords | Claudio Jeker |
2004-08-17 | Merge set constructs in neighbor statements. This fixes a common problem: | Claudio Jeker |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-05 | tab at EOL | Claudio Jeker |
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker |
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker |
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker |
2004-07-28 | allow "set metric" as synonym for "set med", from discussion with & ok claudio | Henning Brauer |
2004-07-28 | allow prefix lists inside prefix lists | Henning Brauer |
2004-07-28 | allow AS lists inside AS lists | Henning Brauer |
2004-07-28 | prevent the filter elements from beeing given more than once | Henning Brauer |
2004-07-28 | add list expansion for AS in filter rules | Henning Brauer |
2004-07-28 | rework the filter_match production and everything below - fixes | Henning Brauer |
2004-07-27 | add support for {} expansion for prefix in the filter rules, claudio ok | Henning Brauer |
2004-07-27 | suport macro expansion for peer spec in filter rules | Henning Brauer |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-23 | Support rfc 3765 which adds a new well known community NOPEER. OK henning@ | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-08 | fix a few memory leaks in error paths and one in the pftable path, | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |