summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-25ripd: fix race condition on input processingRenato Westphal1-41/+9
2016-11-25ripd: fix the "neighbor" command.Renato Westphal4-25/+24
2016-11-25ripd: add "none" option to the "ip rip receive version" commandRenato Westphal3-16/+17
2016-11-25ripd: implement the "ip rip v2-broadcast" CLI commandRenato Westphal3-5/+54
2016-11-25ripd: ignore request for RTEs from unknown address-familiesRenato Westphal1-0/+3
2016-11-25ripd: reject authentication strings with zeros in the middleRenato Westphal1-4/+10
2016-11-25isisd: fix loss of packets after circuit is brought upRenato Westphal1-2/+2
2016-11-25lib: Fix nexthop strings to coincide with enumvivek1-1/+0
2016-11-18vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp4-2/+26
2016-11-18*: Fix up licensing to be rightDonald Sharp8-9/+158
2016-11-16bgpd: 'show ip bgp neighbor json' some keys are in the wrong placeDaniel Walton1-10/+10
2016-11-16bgpd: 'show ip bgp neighbor json' some keys are in the wrong placeDaniel Walton1-13/+11
2016-11-14zebra: remove recursively derived static routes correctlyDon Slice1-35/+34
2016-11-12zebra: fix link-params CLI handlingDavid Lamparter2-1/+20
2016-11-12Cumulus: Fixup changelog and version string.Donald Sharp2-1/+13
2016-11-10vtysh: fix config writeDavid Lamparter1-0/+1
2016-11-10doc: vtysh doc updatesDavid Lamparter2-37/+138
2016-11-10doc: generic updatesDavid Lamparter2-21/+9
2016-11-10vtysh: improve config-write error reportingDavid Lamparter2-7/+12
2016-11-10lib: add minimal no-config VTY modeDavid Lamparter3-8/+27
2016-11-09watchquagga: Signal when we are actually up and runningDonald Sharp2-3/+35
2016-11-09Revert "vtysh: Make vtysh run as quagga user"David Lamparter1-24/+0
2016-11-09vtysh: funnel integrated write through watchquaggaDavid Lamparter1-1/+17
2016-11-09vtysh: add watchquagga to target listDavid Lamparter3-7/+15
2016-11-09watchquagga: add "write integrated"David Lamparter8-3/+207
2016-11-09watchquagga: add ZLOG_WATCHQUAGGADavid Lamparter3-2/+4
2016-11-09vtysh: set config file permissionsDavid Lamparter1-6/+54
2016-11-09vtysh: add -w option for integrated-config writeDavid Lamparter3-6/+30
2016-11-09vtysh: detangle configuration writesDavid Lamparter4-65/+21
2016-11-09lib: privs: always look up VTY groupDavid Lamparter1-23/+28
2016-11-09lib: add and use set_cloexec()David Lamparter4-1/+26
2016-10-29Modify build version.Donald Sharp2-1/+7
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