We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48417ca + 6964ba4 commit bfae1beCopy full SHA for bfae1be
1 file changed
lib/neutron_plugins/services/l3
@@ -403,7 +403,10 @@ function _neutron_configure_router_v6 {
403
ext_gw_interface=$(_neutron_get_ext_gw_interface)
404
local ipv6_cidr_len=${IPV6_PUBLIC_RANGE#*/}
405
406
- # Configure interface for public bridge
+ # Configure interface for public bridge by setting the interface
407
+ # to "up" in case the job is running entirely private network based
408
+ # testing.
409
+ sudo ip link set $ext_gw_interface up
410
sudo ip -6 addr replace $ipv6_ext_gw_ip/$ipv6_cidr_len dev $ext_gw_interface
411
# Any IPv6 private subnet that uses the default IPV6 subnet pool
412
# and that is plugged into the default router (Q_ROUTER_NAME) will
0 commit comments