forked from extern/shorewall_code
Add a comment about 'find_tables()'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
dc85d4a844
commit
8211c5de35
@ -457,7 +457,9 @@ sort_routes() {
|
||||
}
|
||||
|
||||
#
|
||||
# Isolate the table in the routing rules being read from stdin
|
||||
# Isolate the table in the routing rules being read from stdin.
|
||||
# Piping through sed to remove trailing whitespace works around
|
||||
# recent 'features' in dash and ip.
|
||||
#
|
||||
find_tables() {
|
||||
sed -r 's/[[:space:]]+$//' | while read rule; do
|
||||
|
Loading…
Reference in New Issue
Block a user