]> git.proxmox.com Git - mirror_frr.git/commit - yang/frr-isisd.yang
*: add BFD profile support for IS-IS
authorGalaxyGorilla <sascha@netdef.org>
Fri, 10 Jul 2020 11:26:55 +0000 (11:26 +0000)
committerGalaxyGorilla <sascha@netdef.org>
Fri, 10 Jul 2020 11:28:43 +0000 (11:28 +0000)
commit4affdba79e306d3eab88af0ed63a7ca38ceb77f9
tree4fc8adba02c7c0a9fa4eea1c48eecd1fa527e867
parent4030687aab47da7ea11ff2420fdda016e0e7f9d5
 *: add BFD profile support for IS-IS

BFD profiles can now be used on the interface level like this:

interface eth1
  ip router isis 1
          isis bfd
          isis bfd profile default

Here the 'default' profile needs to be specified as usual in the
bfdd configuration.

Signed-off-by: GalaxyGorilla <sascha@netdef.org>
15 files changed:
bgpd/bgp_bfd.c
doc/user/bfd.rst
isisd/isis_bfd.c
isisd/isis_bfd.h
isisd/isis_cli.c
isisd/isis_nb.c
isisd/isis_nb.h
isisd/isis_nb_config.c
isisd/isis_vty_fabricd.c
lib/bfd.c
lib/bfd.h
ospf6d/ospf6_bfd.c
ospfd/ospf_bfd.c
pimd/pim_bfd.c
yang/frr-isisd.yang