mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-14 02:12:10 +00:00
create_firewall_bridge_ovs : activate ovsint interface
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
57eeea0cec
commit
ac3a04b8f5
@ -184,6 +184,7 @@ my $create_firewall_bridge_ovs = sub {
|
||||
&$bridge_add_interface($fwbr, $iface);
|
||||
|
||||
&$ovs_bridge_add_port($bridge, $ovsintport, $tag, 1);
|
||||
&$activate_interface($ovsintport);
|
||||
|
||||
# set the same mtu for ovs int port
|
||||
PVE::Tools::run_command("/sbin/ifconfig $ovsintport mtu $bridgemtu");
|
||||
|
Loading…
Reference in New Issue
Block a user