diff options
author | liornm <lior.neumann@gmail.com> | 2021-06-29 15:09:44 +0300 |
---|---|---|
committer | liornm <lior.neumann@gmail.com> | 2021-06-29 15:13:07 +0300 |
commit | e8bc632d07378f4aa0824b5002a51c55b4796d35 (patch) | |
tree | 12cde8f3feb30b65ce1997118678f83029e3a4ec /pkg/amutex | |
parent | 30bca3270b9aba3394363a7fbb81291c9b0bb898 (diff) |
Fix iptables List entries Input interface field
In Linux the list entries command returns the name of the input interface assigned to the iptable rule.
iptables -S
> -A FORWARD -i docker0 -o docker0 -j ACCEPT
Meanwhile, in gVsior this interface name is ignored.
iptables -S
> -A FORWARD -o docker0 -j ACCEPT
Diffstat (limited to 'pkg/amutex')
0 files changed, 0 insertions, 0 deletions