summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-30lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy18-398/+372
2019-05-30pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra7-10/+171
2019-05-29lib: fix helpstring truncationQuentin Young1-1/+1
2019-05-29bgpd: use XCALLOC to allocate string bufQuentin Young1-1/+1
2019-05-29lib: use static storage for vty_cwdQuentin Young1-9/+4
2019-05-29bgpd: fix pointer bug introduced in strlcat changeQuentin Young1-20/+19
2019-05-29bgpd: suppress dead store warningQuentin Young1-0/+1
2019-05-29ospfd: initialize maybe-uninitialized boolQuentin Young1-1/+1
2019-05-29lib, zebra: remove uses of strncpyQuentin Young4-6/+6
2019-05-29zebra: strcat -> strlcatQuentin Young3-4/+5
2019-05-29staticd: strcpy -> strlcpyQuentin Young1-1/+1
2019-05-29vtysh: strcpy -> strlcpy, strcat -> strlcatQuentin Young1-4/+5
2019-05-29pbrd: strcpy -> strlcpyQuentin Young1-1/+1
2019-05-29pimd: strcpy -> strlcpyQuentin Young4-55/+57
2019-05-29ripngd: strcat -> strlcatQuentin Young1-7/+7
2019-05-29lib: remove some strcpy, strcatQuentin Young4-14/+16
2019-05-29bgpd: remove strcpy, strcatQuentin Young3-44/+34
2019-05-29bgpd: fix rfapi false compiler warningQuentin Young1-0/+3
2019-05-29bgpd: fix false compiler warningQuentin Young1-0/+2
2019-05-29lib: fix false compiler warningQuentin Young1-0/+2
2019-05-29lib: fix uninitialized variable in backtrace outputQuentin Young1-0/+2
2019-05-29zebra: fix maybe-uninitialized pointerQuentin Young1-1/+1
2019-05-29zebra: fix unused variable on OmniOSQuentin Young1-1/+2
2019-05-29zebra: add setters for distance, instanceMark Stapp2-0/+24
2019-05-29doc: clean up memleak section of topotests docMark Stapp1-16/+9
2019-05-29pimd: new cli command show ip mroute summarySarita Patra2-0/+99
2019-05-29zebra: BGP always sends distance no need to double checkDonald Sharp1-7/+1
2019-05-29bgpd: Always send down correct admin distanceDonald Sharp1-0/+3
2019-05-29isisd: Remove unnecessary use of strcpyChristian Franke1-5/+1
2019-05-29isisd: Remove warning about shadowing a variableChristian Franke1-1/+1
2019-05-29isisd: del routes when area is unconfiguredEmanuele Di Pascale2-2/+8
2019-05-29snapcraft: Add libdb5.3 dependencyMartin Winter1-0/+1
2019-05-29snapcraft: Disable libyang CACHE for snap package (Temp workaround)Martin Winter1-0/+1
2019-05-29snapcraft: Add FabricD to Snap packageMartin Winter6-2/+40
2019-05-29snapcraft: Update bgpd to use newer rpki libMartin Winter2-3/+3
2019-05-29snapcraft: Add libyang to snap packageMartin Winter1-1/+22
2019-05-29snapcraft: Add missing staticd.conf.defaultMartin Winter1-0/+1
2019-05-29snapcraft: Don't stage libc6Martin Winter1-1/+0
2019-05-29snapcraft: Update RTRLIB to 0.6.3Martin Winter1-1/+1
2019-05-29doc: Fix doc showing command that does not existDonald Sharp1-4/+0
2019-05-29bgpd: Update an fsm debug messageDonald Sharp1-3/+9
2019-05-28zebra: Move nexthop_active_XXX functions to zebra_nhg.cStephen Worley4-476/+543
2019-05-28lib: Separate out the debug_init apiDonald Sharp4-1/+14
2019-05-28lib: Make the debug callbacks a list of callbacksDonald Sharp2-6/+26
2019-05-28bgpd: fix debug to have proper nhop displayChirag Shah2-7/+21
2019-05-28lib: const a couple linklist apisQuentin Young2-4/+4
2019-05-28zebra: generate updates from notificationsMark Stapp4-26/+261
2019-05-28doc/developer: set SPHINXBUILD to match centos7 yum installed packageLou Berger1-1/+2
2019-05-28zebra: mpls lsp async notificationsMark Stapp5-1/+138
2019-05-28zebra: add dplane context lsp settersMark Stapp2-0/+66