mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
38 lines
830 B
Groff
38 lines
830 B
Groff
Allows you to check interface states.
|
|
.TP
|
|
\fB\-\-iface\fP \fIname\fP
|
|
Check the states on the given interface. This option is required.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-up\fP, [\fB!\fP] \fB\-\-down\fP
|
|
Check the UP flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-broadcast\fP
|
|
Check the BROADCAST flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-loopback\fP
|
|
Check the LOOPBACK flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-pointtopoint\fP
|
|
Check the POINTTOPOINT flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-running\fP
|
|
Check the RUNNING flag. Do NOT rely on it!
|
|
.TP
|
|
[\fB!\fP] \fB\-\-noarp\fP, [\fB!\fP] \fB\-\-arp\fP
|
|
Check the NOARP flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-promisc\fP
|
|
Check the PROMISC flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-multicast\fP
|
|
Check the MULTICAST flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-dynamic\fP
|
|
Check the DYNAMIC flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-lower\-up\fP
|
|
Check the LOWER_UP flag.
|
|
.TP
|
|
[\fB!\fP] \fB\-\-dormant\fP
|
|
Check the DORMANT flag.
|