Merge "Fix sed regex for deleting old configs"

This commit is contained in:
Jenkins 2014-10-23 09:08:39 +00:00 committed by Gerrit Code Review
commit 355cce77f9
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ function configure_bridge_interface_dhcp_eni() {
cp $config $tmp_config
sed -e "/auto $interface\$/,/^$/d" -i $tmp_config
sed -e "/auto $bridge\$/,/^$/d" -i $tmp_config
sed -e "/allow-ovs $bridge\$/,/^$/d" -i $tmp_config
sed -e "/auto int_public\$/,/^$/d" -i $tmp_config
if [ -n "$bridge_route_prefix" ]; then