forked from extern/shorewall_code
Remove duplicates from the output of 'show actions'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e2aeed898d
commit
7ca18c410b
@ -1109,7 +1109,7 @@ show_blacklists() {
|
||||
}
|
||||
|
||||
show_actions_sorted() {
|
||||
show_actions | sort
|
||||
show_actions | sort -u -k 1,1
|
||||
}
|
||||
|
||||
show_macros() {
|
||||
|
Loading…
Reference in New Issue
Block a user