summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04bfdd: Allow -N to influence BFDD_CONTROL_SOCKETDonald Sharp2-3/+11
2019-06-04lib: Allow -N to modify the zapi domain socketDonald Sharp2-4/+8
2019-06-04Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy18-414/+409
2019-06-03zebra: When displaying `show evpn arp-cache vni XX` add local and remote seqDonald Sharp1-6/+6
2019-06-03bgpd: Remove BGP_OPT_CONFIG_CISCODonald Sharp3-108/+30
2019-06-03bgpd: Remove `[no] bgp config-type <cisco|zebra>`Donald Sharp1-42/+0
2019-06-03bgpd: Remove BGP_OPT_MULTIPLE_INSTANCE flagDonald Sharp3-64/+16
2019-06-03bgpd: Remove deprecated '[no] bgp multiple-instance' commandDonald Sharp1-39/+0
2019-06-03doc: Update pim docs for `clear ip mroute [vrf NAME] count` commandDonald Sharp1-0/+7
2019-06-03pimd: Add `clear ip mroute [vrf NAME] count` command to pimDonald Sharp2-11/+60
2019-06-03lib: Cleanup recent commit warn->werror issues in lib/routemap.cDonald Sharp1-0/+7
2019-06-03pimd: Convert strncpy to strlcpy in pim_cmd.cDonald Sharp1-6/+6
2019-06-03pimd: Remove unused functionsDonald Sharp1-42/+0
2019-06-03zebra: the route nexthop interfaces per vrf were not displayed okPhilippe Guibert1-1/+1
2019-06-02doc: add libtool noteDavid Lamparter1-1/+22
2019-06-01tools: On shutdown no need to flush from tools/frr.in scriptDonald Sharp1-24/+1
2019-05-31lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy4-4/+23
2019-05-31bgpd: Filtering received EVPN routes based on VNI does not workLakshman Krishnamoorthy2-11/+42
2019-05-31lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam6-30/+148
2019-05-31lib, zebra: Ensure route encoding has enough spaceDonald Sharp4-6/+13
2019-05-31doc: Add doc for new configure optionDonald Sharp1-4/+12
2019-05-31lib: Add '--command-log-always` to all daemons startupDonald Sharp9-12/+43
2019-05-31lib: Fix gcc 9 warning -> error issueDonald Sharp1-1/+1
2019-05-31lib: vtypath_default could be overwrittenDonald Sharp1-1/+1
2019-05-30lib, vtysh: make debug memstats work in vtyshMark Stapp2-2/+15
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-29zebra: Move multicast mode to being a property of the routerDonald Sharp4-31/+35
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