summaryrefslogtreecommitdiffstats
path: root/nhrpd (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29*: use vty_outlnQuentin Young1-90/+78
2017-06-29lib: add vty_outln()Quentin Young2-13/+33
2017-06-29ospfd: The CLI validates the IP addressJafar Al-Gharaibeh1-2/+2
2017-06-29ospfd: Bring in some OSPF useful changes that were lost during Quagga forkJafar Al-Gharaibeh5-181/+263
2017-06-28lib/ospf/eigrp: enable ospf and eigrp to use more specific network statementsDon Slice4-2/+28
2017-06-28ospf6d: add buffer length check to ifmtu changesDon Slice1-2/+13
2017-06-28redhat: On CentOS/RedHat 6, use python27-devel from iuscommunity.orgMartin Winter1-1/+7
2017-06-28redhat: Fix fallout from PR722 (accidently disabled PIMd on non-Redhat systems)Martin Winter1-2/+2
2017-06-28redhat: python-devel is now a build requirement for main packageMartin Winter1-1/+1
2017-06-28debian: python3-dev is now a build requirement for main packageMartin Winter1-1/+1
2017-06-28doc: Update to reflect Python Development Library dependency for all buildsMartin Winter1-2/+1
2017-06-27*: remove VTY_GET_*Quentin Young27-324/+198
2017-06-27bgpd: argv->arg grab bagQuentin Young3-42/+25
2017-06-27bgpd: more cli-eningQuentin Young1-148/+59
2017-06-27*: use ->text and strmatch where appropriateQuentin Young14-67/+67
2017-06-27vtysh: Sort ordering of vtysh_cmd.cDonald Sharp1-2/+2
2017-06-26ospf6d: fix ifmtu settings when kernel changes valuesDon Slice2-7/+30
2017-06-22lib: look at the correct token for jsonQuentin Young1-1/+1
2017-06-21lib: actually exit when asked to do soQuentin Young1-1/+4
2017-06-21vtysh: fix various show commandsQuentin Young1-4/+4
2017-06-21lib: some minor cli fixups for routemapQuentin Young1-2/+6
2017-06-21*: simplify log message lookupQuentin Young33-244/+198
2017-06-20isisd: fix to adhere to new cli apiChristian Franke1-22/+34
2017-06-20isisd: fix memtype counting issueChristian Franke1-3/+3
2017-06-20isisd: adjust redist functionality to current zapiChristian Franke3-20/+51
2017-06-20isisd: fix formatting in metrics when showing databaseChristian Franke1-7/+7
2017-06-19vtysh: fix stack buffer overflowQuentin Young1-6/+8
2017-06-19lib: fix __unused compilation on old platformsRafael Zalamena1-23/+19
2017-06-19lib: rename rb_tree to fix NetBSD compilationRafael Zalamena2-23/+23
2017-06-17ospfd: fix route-map brokennessQuentin Young2-100/+18
2017-06-17lib: improve routemap error messagesQuentin Young1-8/+16
2017-06-16lib: Fix ordering of RB TreeDonald Sharp1-0/+2
2017-06-16ldpd: fix fallouts from the rb-tree conversionRenato Westphal3-5/+5
2017-06-16lib: tighten up exit semantics for thread_fetch()Quentin Young1-38/+55
2017-06-16lib: mt-safe cancel, round deuxQuentin Young2-88/+160
2017-06-16lib: add mt-safe thread_cancelQuentin Young2-178/+270
2017-06-16bgpd: fix misc cli ranges & config writesQuentin Young2-61/+40
2017-06-16lib: termtable coverity warningsQuentin Young1-5/+3
2017-06-16ldpd: update copyright informationRenato Westphal7-70/+63
2017-06-16ldpd: convert cli and get rid of the xml interfaceRenato Westphal20-1291/+1252
2017-06-16bgpd: Fix as per Code Review commentDonald Sharp2-3/+6
2017-06-16lib, vtysh, zebra: Fix per CR commentsDonald Sharp6-45/+44
2017-06-16bgpd: Add view/vrf auto completion to commandsDonald Sharp5-32/+63
2017-06-16*: Add vrf autocompletion for commandsDonald Sharp6-43/+68
2017-06-16zebra: more dbzingQuentin Young2-6/+7
2017-06-16lib: allow 'do' commands in ENABLE_NODEQuentin Young2-3/+2
2017-06-16lib: fix a possible NULL deferenceRafael Zalamena1-0/+4
2017-06-16lib: improve the RB implementationRafael Zalamena15-523/+975
2017-06-16lib: termtable MTYPE_TMP -> MTYPE_TTABLEQuentin Young1-37/+39
2017-06-16lib: add table generatorQuentin Young8-1/+1118