With a default installation of Asuswrt-Merlin 380.65 beta, the following appears in the mangle table.
What is the BWDPI_FILTER chain for ?
What is the iptables rule accomplishing ?
: PREROUTING ACCEPT [4195:1410662]
:INPUT ACCEPT [1854:271614]
:FORWARD ACCEPT [2341:1139048]
:OUTPUT ACCEPT [1975:438475]
: POSTROUTING ACCEPT [4324:1577779]
:BWDPI_FILTER - [0:0]
-A PREROUTING -d 192.168.42.94/32 ! -i usb0 -j MARK --set-xmark 0x8000/0x8000
Is the first value in brackets the number of packets that have passed through PREROUTING and the second value the amount of data through PREROUTING ?:INPUT ACCEPT [1854:271614]
:FORWARD ACCEPT [2341:1139048]
:OUTPUT ACCEPT [1975:438475]
: POSTROUTING ACCEPT [4324:1577779]
:BWDPI_FILTER - [0:0]
-A PREROUTING -d 192.168.42.94/32 ! -i usb0 -j MARK --set-xmark 0x8000/0x8000
What is the BWDPI_FILTER chain for ?
What is the iptables rule accomplishing ?
Last edited: