Age | Commit message (Expand) | Author |
2004-08-05 | tab at EOL | Claudio Jeker |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-05 | we wanna ignore SIGPIPE here just like in the session engine, claudio ok | Henning Brauer |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-08-03 | Cleanup and remove some ENSURE. OK henning@ | Claudio Jeker |
2004-08-03 | Make mrt dumps mrt compliant. I already fixed one of those but this one | Claudio Jeker |
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker |
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker |
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker |
2004-07-30 | Document "announce default-route" with a lot of help from jmc@ | Claudio Jeker |
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker |
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker |
2004-07-28 | Prefer the path with the lowest multi-exit discriminator (MED) not the biggest. | Claudio Jeker |
2004-07-28 | allow "set metric" as synonym for "set med", from discussion with & ok claudio | Henning Brauer |
2004-07-28 | The default localpreference is 100 and not 0. Found and ok henning@ | Claudio Jeker |
2004-07-28 | The hole dance to close a mrt file after fd passing in the parent is not | Claudio Jeker |
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 | do not define the prefix, prefixlen and community structs used for | Henning Brauer |
2004-07-27 | suport macro expansion for peer spec in filter rules | Henning Brauer |
2004-07-13 | slightly reword myself; | Jason McIntyre |
2004-07-13 | tweaks; ok henning@ | Jason McIntyre |
2004-07-13 | lots of cleanup and revising: | Jared Yanovich |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-11 | Fix a cross reference to bgpd in the FILES section | Jean-Francois Brousseau |
2004-07-10 | Fix reverse logic bug in the prefix filter. | Claudio Jeker |
2004-07-09 | various tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | let log_debug only log at all when we're in debug mode, from Montreal Airport | Henning Brauer |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-05 | The rde no longer needs to check if the nexthop is the loopback address. | Claudio Jeker |
2004-07-05 | new blackhole/reject nexthops | Henning Brauer |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-04 | when getting rid of the listen_addr TAILQ after forking actually close | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-29 | little extra paranoia, ignore attempts to enter routes with a nexthop | Henning Brauer |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer |
2004-06-25 | after writing and deleting the kroute6 tree related functions for at least 5 | Henning Brauer |
2004-06-24 | First step at multiprotocol support, only partially done. | Claudio Jeker |
2004-06-24 | Make community set strict aligenment save, remove unneeded ENSUREs | Claudio Jeker |
2004-06-23 | kill that stupid AS path loop whining, that is normal | Henning Brauer |