summaryrefslogtreecommitdiffstats
path: root/nhrpd/zbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-22pimd: readd iph length checksQuentin Young2-7/+18
2019-12-22pimd: fix missing igmp mtrace length checkQuentin Young1-0/+10
2019-12-21bgpd: Allow ipv4 multicast to use v4 nexthopsDonald Sharp1-1/+3
2019-12-21pimd: refactor ip mroute cmdJafar Al-Gharaibeh1-119/+28
2019-12-20vtysh: Ensure interface `ip mroute ...` commands are lastDonald Sharp1-0/+2
2019-12-19bgpd: Make sure we can use `no bgp listen range ...`Donatas Abraitis1-1/+1
2019-12-19lib: fix build of the northbound pluginsRenato Westphal2-1/+4
2019-12-19tests: Test if eBGP policy is not applied to iBGP peersDonatas Abraitis5-22/+75
2019-12-19bgpd: Do not apply eBGP policy for iBGP peersDonatas Abraitis1-0/+6
2019-12-18vrrpd: support namespace vrf tooQuentin Young1-2/+4
2019-12-18bgpd: Remove misleading 'NOTIFICATION' string from End-of-RIB logTrey Aspelund1-4/+5
2019-12-18lib: document vrf_socket(), vrf_bind()Quentin Young2-2/+24
2019-12-18zebra: improve efficiency of depends_find()Mark Stapp1-12/+12
2019-12-18doc: fix duplicate -S option in bgpd manpageQuentin Young1-5/+0
2019-12-18doc: update overview.rst for the new millenniumQuentin Young1-78/+64
2019-12-18tests: fix endian bug in test_typelistMark Stapp1-4/+5
2019-12-18ospfd: Prevent use after free on shutdownDonald Sharp1-1/+3
2019-12-17zebra: add 'show router-id'Jafar Al-Gharaibeh2-0/+50
2019-12-17doc: Update workflow to include new automated testing RequirementDonald Sharp1-1/+8
2019-12-17zebra: set RTNH_F_ONLINK in nexthop creationStephen Worley1-0/+3
2019-12-17doc: add discussion for a handful of nhrp commandsJafar Al-Gharaibeh1-15/+78
2019-12-17vtysh: add an alias for the nexthop-group config targetsMark Stapp3-5/+10
2019-12-16zebra: pass type when finding individual nexthopStephen Worley1-1/+1
2019-12-16zebra: null check re->nhe not re->nhe->nhg on attachStephen Worley1-1/+1
2019-12-16lib: default nexthop weights to oneStephen Worley1-1/+17
2019-12-15zebra: Do not build mlag protobuf support if version 3 is not availDonald Sharp7-11/+49
2019-12-15zebra: Allow zebra_mlag to compile with no j factorDonald Sharp4-32/+78
2019-12-14tools: symalyzerDavid Lamparter3-0/+734
2019-12-14lib/linklist: flip the bitrot compostDavid Lamparter2-47/+0
2019-12-14lib: random unused bits cleanupDavid Lamparter7-34/+12
2019-12-14lib/prefix: flip the bitrot compostDavid Lamparter2-464/+35
2019-12-13lib: make some variables staticDavid Lamparter13-22/+18
2019-12-13lib: completely get rid of the MTYPE alias hackDavid Lamparter2-15/+12
2019-12-13lib: make rcu_free() NULL-safeDavid Lamparter1-0/+2
2019-12-13bgpd: remove redundant VNC build specsDavid Lamparter1-8/+0
2019-12-13isisd: Free memory when confusedDonald Sharp1-0/+2
2019-12-13ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp2-2/+12
2019-12-12zebra: handle route notification with no nexthopsMark Stapp1-0/+10
2019-12-12zebra: Print json output for show_route_summary_cmdDonatas Abraitis1-45/+197
2019-12-12pimd: Add command to join any-source multicast.Liam McBirnie4-26/+59
2019-12-12tests: Test if `ip` and `fqdn` are included in `show [ip] bgp json`Donatas Abraitis1-20/+28
2019-12-12bgpd: Show `ip` and `fqdn` in json output for `show [ip] bgp <route> json`Donatas Abraitis1-96/+116
2019-12-12ospfd: tiny style fixQuentin Young1-2/+1
2019-12-12ospfd: sizeof(pointer) -> sizeof(pointed-at)Quentin Young1-1/+1
2019-12-12ospfd: fix misplaced trust in ip header lengthQuentin Young1-5/+17
2019-12-11zebra: accept async notification for un-installMark Stapp1-9/+31
2019-12-11bgpd/bmp: print active outbound connectionsDavid Lamparter1-2/+49
2019-12-11lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter5-17/+28
2019-12-11bgpd/bmp: actually print uptimeDavid Lamparter1-2/+6
2019-12-11lib/resolver: support/bypass IP literalsDavid Lamparter3-19/+48