| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4604 from opensourcerouting/mutex-sugar | Quentin Young | 2019-09-03 | 1 | -8/+8 |
|\ |
|
| * | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -8/+8 |
* | | bfdd: close bfd echo sockets, upon vrf disable | Philippe Guibert | 2019-09-03 | 1 | -0/+2 |
|/ |
|
* | bfdd: keep source information for single hop | Rafael Zalamena | 2019-07-09 | 1 | -1/+7 |
* | bfdd: fix some CI warnings | Rafael Zalamena | 2019-07-02 | 2 | -24/+14 |
* | bfdd: convert `bfd` command to northbound | Rafael Zalamena | 2019-06-25 | 2 | -11/+17 |
* | bfdd: small tweaks on northbound | Rafael Zalamena | 2019-06-25 | 1 | -9/+1 |
* | bfdd: fix compilation warnings on OmniOS | Rafael Zalamena | 2019-06-24 | 2 | -0/+4 |
* | bfdd: fix compilation warnings on OpenBSD | Rafael Zalamena | 2019-06-24 | 1 | -80/+188 |
* | bfdd: authorise multihop and interface setting | Philippe Guibert | 2019-06-22 | 1 | -6/+0 |
* | bfdd: add not '\n' to shutdown help string | Philippe Guibert | 2019-06-22 | 1 | -1/+1 |
* | bfdd: use microseconds timers in YANG | Rafael Zalamena | 2019-06-22 | 2 | -27/+39 |
* | bfdd: support global BFD reset | Rafael Zalamena | 2019-06-22 | 4 | -5/+98 |
* | bfdd: fix daemon warning on startup | Rafael Zalamena | 2019-06-22 | 1 | -0/+4 |
* | bfdd: implement configuration reload | Rafael Zalamena | 2019-06-22 | 1 | -0/+15 |
* | bfdd: fix northbound remote-discriminator display | Rafael Zalamena | 2019-06-22 | 1 | -0/+3 |
* | bfdd: implement write_config using northbound | Rafael Zalamena | 2019-06-22 | 4 | -77/+176 |
* | bfdd: migrate session commands to northbound | Rafael Zalamena | 2019-06-22 | 7 | -279/+1393 |
* | bfdd: remove the label command | Rafael Zalamena | 2019-06-22 | 1 | -22/+0 |
* | bfdd: export some private functions | Rafael Zalamena | 2019-06-22 | 2 | -11/+22 |
* | Merge pull request #4536 from pguibert6WIND/bfd_startup_does_not_work | Donald Sharp | 2019-06-22 | 1 | -35/+35 |
|\ |
|
| * | bfdd: avoid double socket initialisation on same netns | Philippe Guibert | 2019-06-21 | 1 | -35/+35 |
* | | bfdd: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 4 | -19/+14 |
|/ |
|
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -6/+8 |
* | Merge pull request #4431 from donaldsharp/mad_gainz | Rafael Zalamena | 2019-06-05 | 1 | -2/+10 |
|\ |
|
| * | bfdd: Allow -N to influence BFDD_CONTROL_SOCKET | Donald Sharp | 2019-06-04 | 1 | -2/+10 |
* | | bfdd: Modify bfdd to quietly accept access-lists | Donald Sharp | 2019-06-05 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #4144 from pguibert6WIND/bfd_cbit | Russ White | 2019-05-16 | 5 | -2/+41 |
|\ |
|
| * | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 5 | -2/+41 |
* | | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -6/+6 |
|/ |
|
* | bfd: add bfdd_privs to the bglobal structure | Philippe Guibert | 2019-05-07 | 3 | -28/+31 |
* | bfdd: show bfd [vrf NAME] peer command change | Philippe Guibert | 2019-05-07 | 1 | -6/+5 |
* | bfdd: add show bfd [vrf NAME] counters command | Philippe Guibert | 2019-05-07 | 1 | -7/+41 |
* | bfdd: add show bfd [vrf NAME] peers command | Philippe Guibert | 2019-05-07 | 1 | -8/+48 |
* | bfdd: avoid creating duplicate peer contexts | Philippe Guibert | 2019-05-07 | 1 | -7/+80 |
* | bfdd: do not insert obs entry in the list, once disabled | Philippe Guibert | 2019-05-07 | 1 | -1/+0 |
* | bfdd: check bfd on upon interface presence from separate vrf | Philippe Guibert | 2019-05-07 | 1 | -2/+8 |
* | bfdd: upon vrf enable/disable, update bs and obs list | Philippe Guibert | 2019-05-07 | 3 | -2/+54 |
* | bfdd: register to interfaces from other vrfs | Philippe Guibert | 2019-05-07 | 3 | -0/+23 |
* | bfdd, zebra: pass the vrf identifier between zebra and bfdd | Philippe Guibert | 2019-05-07 | 1 | -11/+26 |
* | bfdd: socket handling per vrf context | Philippe Guibert | 2019-05-07 | 4 | -89/+169 |
* | bfdd: add vrf framework | Philippe Guibert | 2019-05-07 | 3 | -0/+36 |
* | bfdd: use vrf api for creation socket with binding with vrf lite | Philippe Guibert | 2019-05-07 | 5 | -134/+16 |
* | bfdd: permit to configure both iface and vrf | Philippe Guibert | 2019-05-07 | 2 | -18/+17 |
* | bfdd: add sys_admin capability and net_raw capability | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | bfdd: socket creation in a vrf can be done | Philippe Guibert | 2019-05-07 | 2 | -3/+10 |
* | bfdd: remove the constraint of bfd vrf and multihop | Philippe Guibert | 2019-05-07 | 1 | -5/+1 |
* | bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routines | Philippe Guibert | 2019-05-07 | 5 | -14/+14 |
* | bfdd: use logging convention for remaining zlog_debug | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -18/+9 |