mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 05:58:17 +00:00
yang: add PIM BFD profile support
Allow users to configure BFD profile for the peers in a interface. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
0d00ac9cb5
commit
3544d257b7
@ -331,6 +331,12 @@ module frr-pim {
|
|||||||
description
|
description
|
||||||
"Detect Multiplier";
|
"Detect Multiplier";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
leaf profile {
|
||||||
|
type string;
|
||||||
|
description
|
||||||
|
"Use a preconfigure BFD profile.";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
leaf bsm {
|
leaf bsm {
|
||||||
|
Loading…
Reference in New Issue
Block a user