| Commit message (Expand) | Author | Files | Lines |
2015-06-12 | Key changes: | Donald Sharp | 14 | -476/+578 |
2015-06-12 | BGP: bestpath needs to prefer confed-external over confed-internal | Donald Sharp | 1 | -8/+28 |
2015-06-12 | Remove the '(ignored)' output for nexthops, instead display 'used' for the us... | Donald Sharp | 1 | -1/+5 |
2015-06-12 | Here we have an unsual confederations config, "router bgp X" and | Donald Sharp | 5 | -46/+125 |
2015-06-12 | Use nexthop-global-foo and nexthop-local-foo for all nexthop related JSON keys | Donald Sharp | 1 | -9/+9 |
2015-06-12 | BGP cannot do a "no" on "neighbor x.x.x.x update-source lo" | Donald Sharp | 1 | -4/+7 |
2015-06-12 | When an interface goes down, any neigbors learnt on that interface | Donald Sharp | 2 | -6/+67 |
2015-06-12 | The nexthop reveived for a prefix in a BGP update is cached in the | Donald Sharp | 1 | -1/+7 |
2015-06-12 | If the received MP nexthop is a martian address, treat the update as | Donald Sharp | 1 | -30/+63 |
2015-06-12 | When a route-reflector is configured with "next-hop self" towards an IBGP | Donald Sharp | 1 | -0/+1 |
2015-06-12 | Fix route-map peer-address configuration and operation. | Donald Sharp | 1 | -18/+22 |
2015-06-12 | When peering is done on link-local address, always store the local address | Donald Sharp | 1 | -3/+7 |
2015-06-12 | With the dynamic update groups feature, BGP updates are formed for an update | Donald Sharp | 2 | -4/+24 |
2015-06-12 | A nexthop value specified by an outbound routemap is not being | Donald Sharp | 5 | -138/+165 |
2015-06-11 | BGP Path attributes classified as well-known and mandatory need to be | Donald Sharp | 3 | -16/+26 |
2015-06-11 | When performing a delete of an IPv6 route, BGP passes along a nexthop | Donald Sharp | 1 | -41/+7 |
2015-06-11 | When a route-map configuration is used to set the nexthop to a value, make | Donald Sharp | 3 | -1/+54 |
2015-06-11 | Update the log message when we receive a non-link-local nexthop for better | Donald Sharp | 1 | -1/+2 |
2015-06-11 | (no commit message) | Donald Sharp | 7 | -3/+159 |
2015-06-11 | bgpd, zebra: rfc-5549-generic.patch | Donald Sharp | 20 | -72/+526 |
2015-06-11 | zebra, bgpd, ospfd: 'redistribute table' to 'redistribute table <table-id>' | Donald Sharp | 2 | -29/+94 |
2015-06-11 | The CHANGED flag may be set for a route (RIB entry) due to change in | Donald Sharp | 1 | -5/+23 |
2015-06-11 | If the nexthop is only resolved over a default route and that is not | Donald Sharp | 1 | -0/+6 |
2015-06-11 | Zebra: Implement route replace semantics. | Donald Sharp | 6 | -20/+101 |
2015-06-11 | Zebra: Optimize static route path deletion. | Donald Sharp | 1 | -4/+32 |
2015-06-11 | Zebra: Don't resolve nexthops over default route unless explicitly allowed. | Donald Sharp | 4 | -27/+41 |
2015-06-11 | When an interface is disabled, a Cumulus kernel patch causes route deletes to | Donald Sharp | 1 | -1/+15 |
2015-05-22 | Fix of debian compile to actually build some needed documentation | Donald Sharp | 1 | -0/+1 |
2015-05-21 | vtysh-integrated-fix.patch | Donald Sharp | 4 | -45/+50 |
2015-05-20 | Fixup 'force' -vs- 'all' compile issue | Donald Sharp | 1 | -1/+1 |
2015-05-20 | bgpd-ttl-fix.patch | Donald Sharp | 2 | -13/+9 |
2015-05-20 | bgpd-ebgp-multihop-fix.patch | Donald Sharp | 5 | -56/+136 |
2015-05-20 | If the default route is removed from the BGP table we must re-evaluate "neigh... | Donald Sharp | 4 | -10/+52 |
2015-05-20 | BGP 'show ip bgp nei x.x.x.x advertised-route' does not display 'Originating ... | Donald Sharp | 2 | -9/+8 |
2015-05-20 | The BGP parser will not accept "no bgp route-map delay-timer 1" | Donald Sharp | 1 | -3/+11 |
2015-05-20 | Rename BGP's "peer-id" to "peer-router-id" and "peer-ip" to "peer-id" | Donald Sharp | 2 | -5/+5 |
2015-05-20 | AS_PATH comparison is broken if CONFED_AS_SEQ are present | Donald Sharp | 2 | -5/+5 |
2015-05-20 | The BGP cli needs support for soft clearing swpX peers | Donald Sharp | 1 | -17/+35 |
2015-05-20 | quagga: vtysh-integrated-fix.patch | Donald Sharp | 5 | -55/+132 |
2015-05-20 | vtysh: service integrated-vtysh-config not being written to file | Donald Sharp | 1 | -0/+1 |
2015-05-20 | bgpd: bgp-no-as-fix.patch | Donald Sharp | 1 | -3/+13 |
2015-05-20 | debian: modify quagga pkg depend on cl-utilities pkg | Donald Sharp | 1 | -1/+1 |
2015-05-20 | quagga: quagga-memory-leaks.patch | Donald Sharp | 4 | -5/+28 |
2015-05-20 | ospfd: ospfd-virtual-link.patch | Donald Sharp | 1 | -0/+5 |
2015-05-20 | bgpd-hostname-cap.patch | Donald Sharp | 8 | -24/+353 |
2015-05-20 | quagga: quagga-debian-upgrade.patch | Donald Sharp | 2 | -1/+1 |
2015-05-20 | quagga: quagga-startup-fds.patch | Donald Sharp | 2 | -1/+4 |
2015-05-20 | Include loopback IP addresses in martian NEXTHOP check | Donald Sharp | 3 | -59/+10 |
2015-05-20 | 'show ip bgp neighbors 10.1.1.2 advertised-routes' fails for route-reflector-... | Donald Sharp | 1 | -20/+3 |
2015-05-20 | vtysh: vtysh-warnings.patch | Donald Sharp | 7 | -36/+71 |