mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:06:51 +00:00
yang: MSDP SA filtering support
Add option to configure MSDP peer SA incoming/outgoing filtering. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
7f10381374
commit
bfae003b62
@ -5,6 +5,10 @@ module frr-pim {
|
||||
|
||||
prefix frr-pim;
|
||||
|
||||
import frr-filter {
|
||||
prefix frr-filter;
|
||||
}
|
||||
|
||||
import frr-interface {
|
||||
prefix frr-interface;
|
||||
}
|
||||
@ -267,6 +271,18 @@ module frr-pim {
|
||||
description
|
||||
"MSDP source IP address.";
|
||||
}
|
||||
|
||||
leaf sa-filter-in {
|
||||
type frr-filter:access-list-name;
|
||||
description
|
||||
"Access list name used to filter the incoming SAs exchanged.";
|
||||
}
|
||||
|
||||
leaf sa-filter-out {
|
||||
type frr-filter:access-list-name;
|
||||
description
|
||||
"Access list name used to filter the outgoing SAs exchanged.";
|
||||
}
|
||||
}
|
||||
|
||||
container mlag {
|
||||
|
Loading…
Reference in New Issue
Block a user