mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-01 05:52:22 -04:00
e4107a428d
Signed-off-by: HuangHaitao <huanghaitao16@huawei.com>
14 lines
245 B
Raku
14 lines
245 B
Raku
:FORWARD
|
|
-i alongifacename0;=;OK
|
|
-i thisinterfaceistoolong0;;FAIL
|
|
-i eth+ -o alongifacename+;=;OK
|
|
! -i eth0;=;OK
|
|
! -o eth+;=;OK
|
|
-i + -j ACCEPT;-j ACCEPT;OK
|
|
! -i +;=;OK
|
|
-c "";;FAIL
|
|
-c ,3;;FAIL
|
|
-c 3,;;FAIL
|
|
-c ,;;FAIL
|
|
-c 2,3 -j ACCEPT;-j ACCEPT;OK
|