mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
config: add evpn to the default address families to global rib
Signed-off-by: FUJITA Tomonori <[email protected]>
This commit is contained in:
@@ -32,6 +32,7 @@ func SetDefaultConfigValues(md toml.MetaData, bt *Bgp) error {
|
||||
bt.Global.AfiSafiList = []AfiSafi{
|
||||
AfiSafi{AfiSafiName: "ipv4-unicast"},
|
||||
AfiSafi{AfiSafiName: "ipv6-unicast"},
|
||||
AfiSafi{AfiSafiName: "l2vpn-evpn"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user