forked from extern/shorewall_code
Delete A_* from 'show actions' output
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
552ab52f92
commit
471d405f7d
@ -630,9 +630,6 @@ show_command() {
|
||||
case $1 in
|
||||
actions)
|
||||
[ $# -gt 1 ] && usage 1
|
||||
echo "A_ACCEPT # Audit and accept the connection"
|
||||
echo "A_DROP # Audit and drop the connection"
|
||||
echo "A_REJECT # Audit and reject the connection "
|
||||
echo "allowBcast # Accept Multicast and Anycast Packets"
|
||||
echo "dropBcast # Silently Drop Multicast and Anycast Packets"
|
||||
echo "allowInvalid # Accept packets that are in the INVALID conntrack state."
|
||||
|
Loading…
Reference in New Issue
Block a user