Skip to content

Commit

Permalink
[yang] bgp address family l2vpn advertise-all-vni
Browse files Browse the repository at this point in the history
Cannot configured unified bgp for vxlan evpn without specifying
advertise-all-vpn.  The setting appears to have been introduced
as part of PR sonic-net#5142

Signed-off-by: Brad House (@bradh352)
  • Loading branch information
bradh352 committed Dec 5, 2024
1 parent 8e0f1c6 commit 0ed5d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-bgp-global.yang
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,11 @@ module sonic-bgp-global {
}
description "Maximum duration to suppress a stable route";
}

leaf advertise-all-vni {
type boolean;
description "L2VPN advertise all VNIs";
}
}
}

Expand Down

0 comments on commit 0ed5d95

Please sign in to comment.