summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-26build: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c99 modeMartin Winter1-1/+1
2016-10-26bgpd: Squash spurious "unknown afi" log messagesPaul Jakma1-0/+3
2016-10-26bgpd: Remove the double-pass parsing of NLRIsPaul Jakma6-211/+66
2016-10-26bgpd: Fix non v4 EOR parsingDonald Sharp1-1/+1
2016-10-26bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma5-272/+150
2016-10-26bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma8-111/+384
2016-10-26bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcsPaul Jakma3-15/+9
2016-10-26ospfd: Add 'no ...' form of some commands to cliDonald Sharp1-4/+8
2016-10-25ospfd: Only allow ospf RI commands if RI is turned onDonald Sharp1-9/+36
2016-10-25ospfd: Dissallow mpls-te commands unless mpls-te has been turned onDonald Sharp1-0/+5
2016-10-25zebra: Allow v6 static routes to handle mpls not in kernelDonald Sharp1-2/+6
2016-10-25zebra: Disable mpls slightly differentDonald Sharp2-3/+13
2016-10-25zebra: If fpm is not turned on hide the cli for itDonald Sharp1-1/+8
2016-10-25bgpd: dynamically grow 'show ip bgp summ' Neighbor column widthDaniel Walton1-18/+46
2016-10-25bgpd: fix 'show ip bgp summary' column alignmentDaniel Walton1-4/+4
2016-10-25vtysh: Allow vtysh to not know about enabled daemons/featuresDonald Sharp2-16/+17
2016-10-25tools: Fix bug whereby no searches were madeQuentin Young1-9/+9
2016-10-25tools: Be a little more strict when matching command namesQuentin Young1-2/+2
2016-10-25tools: cmd_check.py checks headers tooQuentin Young1-14/+30