summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-11Replace lists with arrays to store read and write threadsDenil Vira2-24/+83
2015-08-11Fix memory leak in bgpd/bgp_route.cDenil Vira1-0/+7
2015-08-11Fix memory leak in lib/routemap.cDenil Vira1-1/+4
2015-08-11Variable reuse in bgpd.cDenil Vira1-3/+3
2015-08-07Added json formating support to several show-...-detail ospf commands.Morgan Stewart1-163/+417
2015-07-31configuration options for faster OSPF convergenceMichael Rossberg9-35/+122
2015-07-31Fix redistribute metric change not taking effectDonald Sharp3-11/+26
2015-07-30arm compilation failures.Donald Sharp3-3/+4
2015-07-28Enable debugs in quagga-reloadDaniel Walton1-58/+60
2015-07-28Quagga processes should not die if they read an unrecognized line inDaniel Walton6-44/+52
2015-07-27Fixup compiler warnings for powerpcDonald Sharp5-11/+11
2015-07-27Updated .gitignore to ignore the files that are created when you build the de...Daniel Walton1-1/+16
2015-07-26Cause warnings to not build correctly in debian packagingDonald Sharp1-0/+1
2015-07-26Fixup of a few missed warnings after --enable-werror turned onDonald Sharp3-2/+3
2015-07-26Add --enable-werror to configureDonald Sharp14-10/+20
2015-07-26Fixup of warnings in the codeDonald Sharp25-79/+44
2015-07-23Fix bugs reported by coverity scanDenil Vira3-12/+4
2015-07-23Fix bgp_route.c missing codeDonald Sharp1-3/+2
2015-07-22Some more missing changesDonald Sharp3-5/+24
2015-07-22Cleanup of missing NEXTHOP_FORCE_SELFDonald Sharp4-56/+107
2015-07-22Fixup of some last remaining differences between stg and gitDonald Sharp4-8/+6
2015-07-22ptm-integration.patchDonald Sharp4-127/+212
2015-07-22Fixup of peer memory leaks in bgpDonald Sharp2-19/+22
2015-07-22multipath is broken if deterministic-med is enabledDaniel Walton1-7/+1
2015-07-22bgpd-capability-cleanup.patchDonald Sharp3-23/+56
2015-07-22Call of quagga-reload.py does not return error codeDonald Sharp1-0/+1
2015-07-22This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp28-431/+1285
2015-07-22When IPv6 peer BFD down status is received by BGP, all the the peers for whic...Donald Sharp3-15/+33
2015-07-22The last BGP peer down reason code "PEER_DOWN_V6ONLY_CHANGE" has no correspon...Donald Sharp1-1/+2
2015-07-22bgpd-interface-ipv4-cmd.patchDonald Sharp4-24/+141
2015-07-22quagga-fix-stop-vty.patchDonald Sharp1-1/+1
2015-07-22The MD5 password configured for a BGP peer was incorrectly gettingDonald Sharp2-4/+12
2015-07-22watchquagga-mode-3-fix.patchDonald Sharp2-10/+3
2015-07-22Add optional json capability to the "show ip ospf neighbor", "show ip ospf ne...Donald Sharp1-80/+211
2015-07-22Add json capability to the "show ip ospf interface [INTERFACE]" and "show ip ...Donald Sharp1-117/+296
2015-07-22Add json capability to the ospf commands: "show ip ospf" and "show ip ospf <1...Donald Sharp1-190/+498
2015-07-22Use camelCase notation for all json keywordsDonald Sharp4-64/+64
2015-06-12Remove draft-walton-bgp-hostname-capability-00 for nowDonald Sharp8-335/+19
2015-06-12ipv6_ll_address_to_mac() fails to correctly convert fe80::a8aa:aaff:feaa:aaf8...Donald Sharp1-2/+1
2015-06-12bgpd-5549-display-ll-ifname.patchDonald Sharp1-8/+40
2015-06-12bgpd-addpath-rx-cap-fix.patchDonald Sharp1-1/+15
2015-06-12BGP: Restart the BGP FSM if update source fails.Donald Sharp1-6/+12
2015-06-12bgpd-set-somark.patchDonald Sharp3-0/+27
2015-06-12This patch changes BGP from only listening mode for BFD status updates to int...Donald Sharp33-320/+2870
2015-06-12Key changes:Donald Sharp14-476/+578
2015-06-12BGP: bestpath needs to prefer confed-external over confed-internalDonald Sharp1-8/+28
2015-06-12Remove the '(ignored)' output for nexthops, instead display 'used' for the us...Donald Sharp1-1/+5
2015-06-12Here we have an unsual confederations config, "router bgp X" andDonald Sharp5-46/+125
2015-06-12Use nexthop-global-foo and nexthop-local-foo for all nexthop related JSON keysDonald Sharp1-9/+9
2015-06-12BGP cannot do a "no" on "neighbor x.x.x.x update-source lo"Donald Sharp1-4/+7