summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ssmpingd.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-14ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXXDonald Sharp2-9/+17
2018-08-14ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp5-13/+24
2018-08-14lib: Cleanup some missed LIB_ERR_SYSTEM_CALLDonald Sharp1-4/+6
2018-08-14lib: Add LIB_ERR_ZMQDonald Sharp3-2/+12
2018-08-14lib: Add LIB_ERR_DEVELOPMENTDonald Sharp7-13/+27
2018-08-14lib: Add LIB_ERR_NS to error subsystemDonald Sharp3-6/+17
2018-08-14lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp7-19/+37
2018-08-14bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp18-114/+151
2018-08-14lib: Add LIB_ERR_SNMPDonald Sharp3-4/+16
2018-08-14lib: Add LIB_ERR_VTYDonald Sharp3-6/+17
2018-08-14lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKETDonald Sharp11-67/+98
2018-08-14lib: When logging commands do not use zlog_errDonald Sharp1-1/+1
2018-08-14lib: Convert to zlog_ferr for zclient.cDonald Sharp3-44/+78
2018-08-14lib, bgpd: Add code to make lib auto create the ferr infrastructureDonald Sharp6-20/+131
2018-08-14lib: Allow adding arrays of ferr'sDonald Sharp2-1/+7
2018-08-14lib: add error reference systemQuentin Young4-0/+151
2018-08-14doc: Add missing flowspec.rst to distribution tar fileMartin Winter1-1/+1
2018-08-13lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal6-38/+20
2018-08-13lib, vtysh: fix inconsistent VRF commands in vtyshRenato Westphal3-14/+22
2018-08-13zebra: fix "no pseudowire IFNAME" on vtyshRenato Westphal1-10/+35
2018-08-13ldpd: use DEFPY_NOSH whenever possibleRenato Westphal1-39/+15
2018-08-13lib: implement DEFPY_NOSHRenato Westphal2-0/+7
2018-08-13babeld: avoid reading the configuration file twiceRenato Westphal1-3/+0
2018-08-13lib: add listnode_add_head()Renato Westphal2-0/+33
2018-08-13snapcraft: Add new staticd to snap packageMartin Winter4-0/+30
2018-08-13vtysh: Fix missing tailing / in --config_dir option parsingMartin Winter1-1/+1
2018-08-13zebra: remove unguarded debugging leftoversRenato Westphal1-2/+0
2018-08-13ospf6d: revert fix for Coverity 1221459F. Aragon1-1/+0
2018-08-13staticd: null check (Coverity 1472311)F. Aragon1-1/+1
2018-08-13bgpd: return value check (Coverity 1472310)F. Aragon1-1/+1
2018-08-12peer_delete did not trigger ZEBRA_NEXTHOP_UNREGISTER to ZEBRAvishaldhingra1-1/+1
2018-08-12doc: Add missing flowspec.rst to distribution tar fileMartin Winter1-0/+1
2018-08-11babeld: Use enum instead of #defines for kernel route type informationDonald Sharp2-15/+14
2018-08-11tests: Cleanup assumption that ALLOC could fail.Donald Sharp2-23/+5
2018-08-11lib: Remove memory check testDonald Sharp1-7/+0
2018-08-11ripd: re-add check for rip_create failQuentin Young1-1/+8
2018-08-11*: ALLOC calls cannot failDonald Sharp41-302/+84
2018-08-10tools/checkpatch: fix some bogus macro warningsDavid Lamparter1-2/+6
2018-08-10tools: correct frr-reload.py handling of bgp vni/exit-vni configDon Slice1-6/+23
2018-08-09doc: add "show memory" user documentationDavid Lamparter1-0/+61
2018-08-09staticd: Fix null pointer access (coverity 1472311)Emanuele Di Pascale1-1/+1
2018-08-09bgpd: Fix bgp rpki to match route-map update from PR #2697Martin Winter1-4/+4
2018-08-08bgpd/ospf(6)d/pimd: hide BFD commands with timersRafael Zalamena4-6/+44
2018-08-08bfdd: fix IPv6 peers using link-local addressRafael Zalamena2-10/+18
2018-08-08bfdd: clean-up bfd clients data on shutdownRafael Zalamena2-4/+35
2018-08-08bfdd: improve logging messagesRafael Zalamena5-182/+225
2018-08-08bfdd: clean up header inclusionRafael Zalamena5-50/+1
2018-08-08bfdd: code refactory for simplificationRafael Zalamena1-103/+26
2018-08-08bfdd: free zebra clients data on unregistrationRafael Zalamena1-0/+48
2018-08-08bfdd: send replay request on zebra connectionRafael Zalamena2-7/+48