mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-27 05:01:37 +02:00
Don't shout in compiler directives
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
78aab70dfb
commit
8b650358d6
@ -626,7 +626,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
?IF __IPV4
|
?if __IPV4
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# IPv4-specific Functions
|
# IPv4-specific Functions
|
||||||
#################################################################################
|
#################################################################################
|
||||||
@ -1032,7 +1032,7 @@ get_all_bcasts()
|
|||||||
$IP -f inet addr show 2> /dev/null | grep 'inet.*brd' | grep -v '/32 ' | sed 's/inet.*brd //; s/scope.*//;' | sort -u
|
$IP -f inet addr show 2> /dev/null | grep 'inet.*brd' | grep -v '/32 ' | sed 's/inet.*brd //; s/scope.*//;' | sort -u
|
||||||
}
|
}
|
||||||
|
|
||||||
?ELSE
|
?else
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# IPv6-specific Functions
|
# IPv6-specific Functions
|
||||||
#################################################################################
|
#################################################################################
|
||||||
@ -1324,4 +1324,4 @@ clear_firewall() {
|
|||||||
logger -p kern.info "$g_product Cleared"
|
logger -p kern.info "$g_product Cleared"
|
||||||
}
|
}
|
||||||
|
|
||||||
?ENDIF
|
?endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user