mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Remove duplicates from the output of 'show actions'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
117e9ba5bd
commit
3390897a45
@ -1109,7 +1109,7 @@ show_blacklists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_actions_sorted() {
|
show_actions_sorted() {
|
||||||
show_actions | sort
|
show_actions | sort -u -k 1,1
|
||||||
}
|
}
|
||||||
|
|
||||||
show_macros() {
|
show_macros() {
|
||||||
|
Loading…
Reference in New Issue
Block a user