summaryrefslogtreecommitdiffstats
path: root/lib/ptm_lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-28lib/zebra: put vrf_get() on a dietRenato Westphal6-183/+62
2016-11-28zebra: order VRFs by name on user outputRenato Westphal5-27/+27
2016-11-28lib/zebra: convert vrf_list to a red-black treeRenato Westphal4-44/+24
2016-11-28*: rename two vrf functionsRenato Westphal14-26/+26
2016-11-28lib: convert vrf code to use red-black trees as wellRenato Westphal14-371/+188
2016-11-28lib: convert namespace code to use red-black treesRenato Westphal2-53/+37
2016-11-28zebra: nuke zvrf_list and always use vrf_list insteadRenato Westphal3-21/+27
2016-11-28lib: fix creation of pre-provisioned VRFsRenato Westphal1-0/+1
2016-11-28zebra/lib: move some code aroundRenato Westphal8-133/+131
2016-11-28lib: remove unused ns codeRenato Westphal2-284/+1
2016-11-28zebra/lib: plug several memleaksRenato Westphal11-17/+51
2016-11-28bgpd: release all memory explicitly on exitRenato Westphal3-49/+51
2016-11-28bgpd: plug several memleaksRenato Westphal4-9/+22
2016-11-28bgpd: reuse sockunion2hostprefix() on bgp_nht.cRenato Westphal1-45/+9
2016-11-28bgpd: optimize copy of strings on peer_xfer_conn()Renato Westphal1-4/+2
2016-11-28bgpd: use loops to reduce code duplicationRenato Westphal1-32/+19
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