fix syntax

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-04-06 18:23:44 +02:00
commit 545c9d61aa
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ function create_subnet {
add_in_db "subnet" "${subnet_name}" "${vpc_name}" "${vxlan_id}" "${local_ip}" "${gateway_ip}" "${subnet}"
print_in_color "${COLOR_GREEN}" " - create veth"
ip link add "vs-${subnet_id}-e" type veth peer name "vs-${subnet_id}-int" netns "${vpc_name}"
ip link add "vs-${subnet_id}-e" type veth peer name "vs-${subnet_id}-i" netns "${vpc_name}"
print_in_color "${COLOR_GREEN}" " - add bridges"
brctl addbr "br-${subnet_id}"