Age | Commit message (Expand) | Author |
2006-03-08 | Document "set community delete ..." and sync that section with the one | Claudio Jeker |
2006-03-07 | Fix a bug reported by Xavier Beaudouin. On config reloads set parameters | Claudio Jeker |
2006-03-07 | "set attribute ..." in neighbor blocks needs better documentation. | Claudio Jeker |
2006-03-07 | Use 65535 instead of 0xffff to specify the maximum number that can be used | Claudio Jeker |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-25 | Document the softreconfig (in|out) switch. With help from jmc@ | Claudio Jeker |
2006-02-23 | Use the new rtm_fmask feature to reset blackhole and reject routes on | Claudio Jeker |
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker |
2006-02-09 | Implement "set community delete 65001:*" and friends. This will remove | Claudio Jeker |
2006-02-09 | When comparing community type, cast to u_int16_t. The same is done for the | Claudio Jeker |
2006-02-09 | attr_free() should not modify others_len as it does not resize the others | Claudio Jeker |
2006-02-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker |
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer |
2006-02-05 | tweaks; ok claudio | Jason McIntyre |
2006-02-04 | Document the new special community part "neighbor-as". OK henning@ | Claudio Jeker |
2006-02-03 | If the aspath gets copied because it is modified use the copy for filter | Claudio Jeker |
2006-02-03 | Doh! Fix stupid copy paste error. Setting the community type to the AS instead | Claudio Jeker |
2006-02-02 | Implement new special community "neighbor-as". neighbor-as is expanded on | Claudio Jeker |
2006-01-31 | Dynamic routes (PMTU, etc) are not redistributable even for IPv6. | Claudio Jeker |
2006-01-24 | add -r to synopsis, and tweak its description a little; | Jason McIntyre |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | bgpd does not and will never support route flap damping as defined in the | Claudio Jeker |
2006-01-24 | Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter | Claudio Jeker |
2006-01-24 | Functions in the poll() loop should only be moved around if there are no | Claudio Jeker |
2006-01-24 | Check if filter changed on a per peer basis. This should speed up the | Claudio Jeker |
2006-01-24 | Finally start using the Adj-RIB-In. The most complex part is the modification | Claudio Jeker |
2006-01-24 | It is possible that a prefix is part of two RIBs in that case prefix_remove() | Claudio Jeker |
2006-01-24 | Update comment to match reality. | Claudio Jeker |
2006-01-24 | document -r | Henning Brauer |
2006-01-24 | missing space in error message, and make it slightly betterer while there | Henning Brauer |
2006-01-24 | KNF | Henning Brauer |
2006-01-24 | zap now unused var | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-20 | Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but | Claudio Jeker |
2006-01-20 | Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and | Claudio Jeker |
2006-01-20 | No need to calloc() others if others_len is 0. The 0 malloc() does not hurt | Claudio Jeker |
2006-01-20 | Doh. > not < and attr_compare() starts to work correctly. OK henning@ | Claudio Jeker |
2006-01-20 | Don't leak a aspath in network_add(). path_update() copies the aspath so | Claudio Jeker |
2006-01-14 | Small step in supporting the Adj-RIB-In additionaly to the Local-RIB. | Claudio Jeker |
2006-01-13 | Simplify evaluation process. Instead of checking the reachability of a prefix | Claudio Jeker |
2006-01-12 | Copy AS path in rde_filter() on demand instead of doing it before calling | Claudio Jeker |
2006-01-10 | The attributes cache broke the set community filterset because community_set() | Claudio Jeker |
2006-01-10 | In attr_diff() compare the attributes flags too. They may be different and | Claudio Jeker |
2006-01-09 | Ups. Inverse logic. | Claudio Jeker |
2006-01-07 | Add COMMUNITY_NO_PEER to the list of known wellknown communities else it | Claudio Jeker |
2006-01-05 | Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and | Claudio Jeker |
2006-01-05 | Cache optional BGP attributes (mostly communities) and use a simple | Claudio Jeker |
2006-01-04 | Fix a mem leak of the unusual kind. In some cases a new aspath was added | Claudio Jeker |
2006-01-04 | Simplify shutdown function and sprinkle some rde_quit checks into functions | Claudio Jeker |
2006-01-04 | If the decision process is turned of but a prefix is still active decrease the | Claudio Jeker |