summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-242-9/+8
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-222-8/+9
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-122-6/+6
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-2/+3
* | Merge pull request #4536 from pguibert6WIND/bfd_startup_does_not_workDonald Sharp2019-06-221-35/+35
|\ \
| * | bfdd: avoid double socket initialisation on same netnsPhilippe Guibert2019-06-211-35/+35
| |/
* / bfdd: use MTYPE_STATICDavid Lamparter2019-06-214-19/+14
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-6/+8
* Merge pull request #4431 from donaldsharp/mad_gainzRafael Zalamena2019-06-051-2/+10
|\
| * bfdd: Allow -N to influence BFDD_CONTROL_SOCKETDonald Sharp2019-06-041-2/+10
* | bfdd: Modify bfdd to quietly accept access-listsDonald Sharp2019-06-051-0/+4
|/
* Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-165-2/+41
|\
| * bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-145-2/+41
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-6/+6
|/
* bfd: add bfdd_privs to the bglobal structurePhilippe Guibert2019-05-073-28/+31
* bfdd: show bfd [vrf NAME] peer command changePhilippe Guibert2019-05-071-6/+5
* bfdd: add show bfd [vrf NAME] counters commandPhilippe Guibert2019-05-071-7/+41
* bfdd: add show bfd [vrf NAME] peers commandPhilippe Guibert2019-05-071-8/+48
* bfdd: avoid creating duplicate peer contextsPhilippe Guibert2019-05-071-7/+80
* bfdd: do not insert obs entry in the list, once disabledPhilippe Guibert2019-05-071-1/+0
* bfdd: check bfd on upon interface presence from separate vrfPhilippe Guibert2019-05-071-2/+8
* bfdd: upon vrf enable/disable, update bs and obs listPhilippe Guibert2019-05-073-2/+54
* bfdd: register to interfaces from other vrfsPhilippe Guibert2019-05-073-0/+23
* bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert2019-05-071-11/+26
* bfdd: socket handling per vrf contextPhilippe Guibert2019-05-074-89/+169
* bfdd: add vrf frameworkPhilippe Guibert2019-05-073-0/+36
* bfdd: use vrf api for creation socket with binding with vrf litePhilippe Guibert2019-05-075-134/+16
* bfdd: permit to configure both iface and vrfPhilippe Guibert2019-05-072-18/+17
* bfdd: add sys_admin capability and net_raw capabilityPhilippe Guibert2019-05-071-1/+1
* bfdd: socket creation in a vrf can be donePhilippe Guibert2019-05-072-3/+10
* bfdd: remove the constraint of bfd vrf and multihopPhilippe Guibert2019-05-071-5/+1
* bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert2019-05-075-14/+14
* bfdd: use logging convention for remaining zlog_debugPhilippe Guibert2019-05-071-1/+1
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+9
* Merge pull request #4155 from pguibert6WIND/bfd_increase_configRuss White2019-04-263-0/+14
|\
| * bfdd: remove operational bfd sessions from remote daemonsPhilippe Guibert2019-04-181-0/+4
| * bfdd: avoid having bfd config inherited from operation contextPhilippe Guibert2019-04-182-0/+10
* | bfdd: fix UDP source port rangeRafael Zalamena2019-04-251-2/+2
|/
* Merge pull request #4042 from donaldsharp/bfd_saRenato Westphal2019-03-301-0/+3
|\
| * bfdd: Clean up assignment without being used SA issueDonald Sharp2019-03-291-0/+3
* | bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp2019-03-291-0/+2
|/
* bfdd: Prevent uninited use of dataDonald Sharp2019-03-201-1/+2
* bfdd: fix echo loopback functionRafael Zalamena2019-03-191-0/+2
* bfdd: fix JSON API local-address translationRafael Zalamena2019-03-191-2/+2
* bfdd: don't enable sessions without local-addressRafael Zalamena2019-03-124-8/+74
* bfdd: change session lookup data structureRafael Zalamena2019-03-126-532/+339
* bfdd: fix single hop IPv6 configurationsRafael Zalamena2019-03-061-2/+6
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-264-33/+0
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-262-3/+3
* *: Rename backet to bucketTim Bray2019-02-254-15/+15