fix naming error
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
1b2668d6bf
commit
244084df30
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ function delete_subnet {
|
||||||
ebtables -D FORWARD --out-interface "br-${subnet_id}" -p IPv4 --ip-protocol udp --ip-source-port 67:68 --ip-destination-port 67:68 -j DROP
|
ebtables -D FORWARD --out-interface "br-${subnet_id}" -p IPv4 --ip-protocol udp --ip-source-port 67:68 --ip-destination-port 67:68 -j DROP
|
||||||
ip link del dev "br-${subnet_id}"
|
ip link del dev "br-${subnet_id}"
|
||||||
ip -n "${vpc_name}" link del dev "br-${subnet_id}"
|
ip -n "${vpc_name}" link del dev "br-${subnet_id}"
|
||||||
ip link del dev "veth-${subnet_id}-ext"
|
ip link del dev "v-${subnet_id}-e"
|
||||||
|
|
||||||
print_in_color "${COLOR_GREY}" "Try to delete ${vpc_name}"
|
print_in_color "${COLOR_GREY}" "Try to delete ${vpc_name}"
|
||||||
count_in_db "subnet" "${vpc_name}"
|
count_in_db "subnet" "${vpc_name}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue