Sign in
nest-open-source
/
manifest_repos
/
iptables
/
d3ca9cf56ec3190b1eb9900c27a8d1e75adf5446
/
.
/
extensions
/
libxt_connlabel.t
blob: 7265bd4764865a9d9b3c714a53f5e98e014d33a8 [
file
] [
log
] [
blame
]
:
INPUT
,
FORWARD
,
OUTPUT
-
m connlabel
--
label
"40"
;=;
OK
-
m connlabel
!
--
label
"40"
;=;
OK
-
m connlabel
--
label
"41"
--
set
;=;
OK
-
m connlabel
!
--
label
"41"
--
set
;=;
OK
-
m connlabel
--
label
"2048"
;;
FAIL
-
m connlabel
--
label
"foobar_not_there"
;;
FAIL