Merge "Disable networking-l2gw in scenario004"

This commit is contained in:
Zuul 2022-06-13 20:31:26 +00:00 committed by Gerrit Code Review
commit 50465f6023

View File

@ -34,7 +34,7 @@ if $::operatingsystem == 'Ubuntu' {
$ipv6 = true
$watcher_enabled = true
$bgpvpn_enabled = true
$l2gw_enabled = true
$l2gw_enabled = false
$bgp_dragent_enabled = true
}