Open
Description
Expected Behavior
No error when /etc/init.d/shadowsocks-rust restart
is executed.
Current Behavior
The following error is reported (not always, but often after the shadowsocks-rust service is running for some time):
netlink: Error: Could not process rule: No such file or directory
After this, the transparent proxy does not work any more.
Possible Solution
After replacing fw4 -q reload
(introduced in Commit fb9bcc4) with fw4 -q restart
in /etc/init.d/shadowsocks-rust
, the error did not appear to occur any more.