Age | Commit message (Expand) | Author |
2006-04-12 | messages on the routing socket have different headers - rt_msghdr, | Henning Brauer |
2006-04-12 | It is no longer allowed to change attributes in place. This corrupts the | Claudio Jeker |
2006-04-05 | remote_bgpid is stored in host byte order so a htonl() is needed when putting | Claudio Jeker |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer |
2006-03-23 | Document nexthop qualify via (bgp|default). | Claudio Jeker |
2006-03-23 | Simplify the -s documentation and add /var/run/bgpd.sock to the FILES list. | Claudio Jeker |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-03-22 | Add a new SHOW imsg to send optional attributes to bgpctl. This can be used | Claudio Jeker |
2006-03-15 | In nexthop_compare() if the two passed pointers point to the same object | Claudio Jeker |
2006-03-15 | Sync usage with man page (sort arguments). | Claudio Jeker |
2006-03-15 | Document new -s path option to select an alternate path for the main control | Claudio Jeker |
2006-03-15 | Allow the control socket to be changed on the command line. Useful if you | Claudio Jeker |
2006-03-15 | Fix a memory leak when communities are set or deleted. This seems to fix | Claudio Jeker |
2006-03-13 | Fix for PR 5052. Be more careful about the announced networks we accept. | Claudio Jeker |
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 |