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 95f5d8a + 1836c1b commit a2d63c7Copy full SHA for a2d63c7
networkd/network_server.ml
@@ -891,8 +891,8 @@ module Bridge = struct
891
update_config bridge_name c;
892
exec (fun () ->
893
create () dbg ?vlan ?mac:bridge_mac ~other_config ~name:bridge_name ();
894
- List.iter (fun (port_name, {interfaces; bond_properties; bond_mac}) ->
895
- add_port () dbg ?bond_mac ~bridge:bridge_name ~name:port_name ~interfaces ~bond_properties ()
+ List.iter (fun (port_name, {interfaces; bond_properties; bond_mac; kind}) ->
+ add_port () dbg ?bond_mac ~bridge:bridge_name ~name:port_name ~interfaces ~bond_properties ~kind ()
896
) ports
897
)
898
) config
0 commit comments