mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-30 11:33:28 +01:00
Fix 'dump -m'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6360 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
72785c6d55
commit
0040a99a44
@ -611,6 +611,10 @@ dump_command() {
|
||||
IPT_OPTIONS="-xnv"
|
||||
option=${option#x}
|
||||
;;
|
||||
m*)
|
||||
SHOWMACS=Yes
|
||||
option=${option#m}
|
||||
;;
|
||||
*)
|
||||
usage 1
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user