| Commit message (Expand) | Author | Files | Lines |
2015-07-23 | Fix bugs reported by coverity scan | Denil Vira | 3 | -12/+4 |
2015-07-23 | Fix bgp_route.c missing code | Donald Sharp | 1 | -3/+2 |
2015-07-22 | Some more missing changes | Donald Sharp | 3 | -5/+24 |
2015-07-22 | Cleanup of missing NEXTHOP_FORCE_SELF | Donald Sharp | 4 | -56/+107 |
2015-07-22 | Fixup of some last remaining differences between stg and git | Donald Sharp | 4 | -8/+6 |
2015-07-22 | ptm-integration.patch | Donald Sharp | 4 | -127/+212 |
2015-07-22 | Fixup of peer memory leaks in bgp | Donald Sharp | 2 | -19/+22 |
2015-07-22 | multipath is broken if deterministic-med is enabled | Daniel Walton | 1 | -7/+1 |
2015-07-22 | bgpd-capability-cleanup.patch | Donald Sharp | 3 | -23/+56 |
2015-07-22 | Call of quagga-reload.py does not return error code | Donald Sharp | 1 | -0/+1 |
2015-07-22 | This patch changes ospfd from only listening mode for BFD status updates to i... | Donald Sharp | 28 | -431/+1285 |
2015-07-22 | When IPv6 peer BFD down status is received by BGP, all the the peers for whic... | Donald Sharp | 3 | -15/+33 |
2015-07-22 | The last BGP peer down reason code "PEER_DOWN_V6ONLY_CHANGE" has no correspon... | Donald Sharp | 1 | -1/+2 |
2015-07-22 | bgpd-interface-ipv4-cmd.patch | Donald Sharp | 4 | -24/+141 |
2015-07-22 | quagga-fix-stop-vty.patch | Donald Sharp | 1 | -1/+1 |
2015-07-22 | The MD5 password configured for a BGP peer was incorrectly getting | Donald Sharp | 2 | -4/+12 |
2015-07-22 | watchquagga-mode-3-fix.patch | Donald Sharp | 2 | -10/+3 |
2015-07-22 | Add optional json capability to the "show ip ospf neighbor", "show ip ospf ne... | Donald Sharp | 1 | -80/+211 |
2015-07-22 | Add json capability to the "show ip ospf interface [INTERFACE]" and "show ip ... | Donald Sharp | 1 | -117/+296 |
2015-07-22 | Add json capability to the ospf commands: "show ip ospf" and "show ip ospf <1... | Donald Sharp | 1 | -190/+498 |
2015-07-22 | Use camelCase notation for all json keywords | Donald Sharp | 4 | -64/+64 |
2015-06-12 | Remove draft-walton-bgp-hostname-capability-00 for now | Donald Sharp | 8 | -335/+19 |
2015-06-12 | ipv6_ll_address_to_mac() fails to correctly convert fe80::a8aa:aaff:feaa:aaf8... | Donald Sharp | 1 | -2/+1 |
2015-06-12 | bgpd-5549-display-ll-ifname.patch | Donald Sharp | 1 | -8/+40 |
2015-06-12 | bgpd-addpath-rx-cap-fix.patch | Donald Sharp | 1 | -1/+15 |
2015-06-12 | BGP: Restart the BGP FSM if update source fails. | Donald Sharp | 1 | -6/+12 |
2015-06-12 | bgpd-set-somark.patch | Donald Sharp | 3 | -0/+27 |
2015-06-12 | This patch changes BGP from only listening mode for BFD status updates to int... | Donald Sharp | 33 | -320/+2870 |
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 |