summaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-14zebra: Remove weird blackhole/reject static routesQuentin Young1-151/+4
2016-12-08vtysh: Fix static compilationDonald Sharp2-10/+10
2016-12-08zebra: fix segfault on "show mpls table"Renato Westphal1-4/+4
2016-12-08bgpd vnc: Add 'debug bgp vnc verbose' targetLou Berger16-551/+578
2016-12-08*: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal6-115/+25
2016-12-08ospfd: set the OSPF socket's send buffer size only onceRenato Westphal6-52/+2
2016-12-08quagga: Remove description of deprecated interfacesDonald Sharp1-34/+0
2016-12-08quagga: Add Debug Guard section in COMMUNITY.mdDonald Sharp1-0/+11
2016-12-08isisd: Remove unnecessary debugDonald Sharp1-3/+0
2016-12-08build: fix command_lex.h deps & gitignoreDavid Lamparter1-1/+7
2016-12-06ripd: fix `ip rip receive...` commandQuentin Young1-1/+1
2016-12-06lib, ripngd: clean up merge leftoversQuentin Young2-87/+12
2016-12-06lib, tests: fix failing cli testsQuentin Young4-28/+8
2016-12-06lib: add back original ipv6 matcherQuentin Young1-25/+121
2016-12-05Revert "lib: Macroize CLI matcher tracing"David Lamparter1-38/+33
2016-12-05ripd: fix indentation problems introduced by wrong conflict resolutionRenato Westphal1-33/+33
2016-12-05*: fix up DEFUNs without install_element callsDavid Lamparter10-34/+19
2016-12-05zebra: use correct cmd index for 'no ipv6 route' commandChristian Franke1-1/+1
2016-12-05lib: "write mem" should write to persistent configurationChristian Franke1-2/+1
2016-12-05build: number sections in COMMUNITY.md HTMLDavid Lamparter1-2/+5
2016-12-05lib: remove unused NS_BITMAP MTYPEDavid Lamparter1-1/+0
2016-12-05lib, zebra: Minimize display of link-params sub dataDonald Sharp3-13/+16
2016-12-05bgpd: Remove nexthop for peer only for "real" peervivek1-1/+2
2016-12-05doc: update README to mention PIM-SSM and LDP supportRenato Westphal1-1/+1
2016-12-05bgpd: Fix 'show ip bgp' to not change it's outputDonald Sharp1-1/+1
2016-12-02lib: add command_lex.h to .gitignoreQuentin Young1-0/+1
2016-12-02lib: make CLI completions less surprisingQuentin Young1-17/+20
2016-12-02tools: drop cmd_check.pyQuentin Young1-102/+0
2016-12-02lib: Macroize CLI matcher tracingQuentin Young1-33/+38
2016-12-02lib: Add back prototypes for lexer helper funcsQuentin Young1-3/+3
2016-12-02bgpd: Fix route node unlock when clearing adj-outvivek1-1/+1
2016-12-02ospfd: Fix json Crash with inactive timerDonald Sharp1-4/+9
2016-12-01bgpd: Add missing argv handler for ipv4 prefix in `show...vpnv4` cmdQuentin Young1-1/+3
2016-12-01bgpd: Make `ip` optional for all `show bgp` and `show ip bgp` commandsQuentin Young7-62/+95
2016-12-01lib: remove misleading copy/del_cmd_elementDavid Lamparter3-28/+1
2016-12-01lib: parser: use reentrant mode on flex & bisonDavid Lamparter2-38/+50
2016-12-01lib: parser: wrap state in struct parser_ctxDavid Lamparter1-79/+83
2016-12-01lib: move command_parse_format prototypeDavid Lamparter5-5/+2
2016-12-01lib: allow all characters in WORD tokensDavid Lamparter1-6/+1
2016-12-01lib: make DEFUN foobar_cmd symbols staticDavid Lamparter1-1/+1
2016-12-01*: make DEFUN installations file-localDavid Lamparter18-159/+85
2016-12-01lib: replace MIT license with ISCDavid Lamparter3-48/+30
2016-12-01build: COMMUNITY.md: add git branch diagramDavid Lamparter3-2/+9
2016-12-01zebra: check ZEBRA_IFC_REAL on if_upChristian Franke1-2/+3
2016-12-01bgpd: fix invalid memory access in peer_free()Renato Westphal1-2/+2
2016-12-01bgpd: Fix crashes when no default bgp instance is configured.Donald Sharp2-3/+17
2016-12-01pimd: Fix large integer display of drpriorityDonald Sharp1-1/+1
2016-12-01ospfd: Fix memory leak when not using jsonDonald Sharp1-2/+4
2016-11-30all: Replace "JavaScript Object Notation\n" with JSON_STRQuentin Young6-42/+42
2016-11-30all: Fix all underfull doc stringsQuentin Young21-227/+202