This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openvswitch: close flock fd when starting openvswitch services
Fixes deadlock with multiple init script calls Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau
3 years ago
parent
66e0dfa7cd
commit
ec56b98a7e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openvswitch/files/openvswitch.init
+ 1
- 1
net/openvswitch/files/openvswitch.init
View File
@ -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_}"
Write
Preview
Loading…
Cancel
Save