diff --git a/net/openvswitch/files/openvswitch.init b/net/openvswitch/files/openvswitch.init index 0789021c3..23b75c38f 100755 --- a/net/openvswitch/files/openvswitch.init +++ b/net/openvswitch/files/openvswitch.init @@ -82,7 +82,7 @@ ovs_xx() { case "$cfgtype" in ovs) "$ovs_ctl" "$action" \ - --system-id=random + --system-id=random 1000>&- ;; ovn_*) "$ovn_ctl" "${action}_${cfgtype#ovn_}"