mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-09 03:51:19 +01:00
Add some comments to lib.core
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
bdc8cb66bd
commit
a7b10c99da
@ -27,6 +27,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Functions imported from /usr/share/shorewall/lib.core
|
# Functions imported from /usr/share/shorewall/lib.core
|
||||||
################################################################################
|
################################################################################
|
||||||
|
# Address family-neutral Functions
|
||||||
|
################################################################################
|
||||||
#
|
#
|
||||||
# Conditionally produce message
|
# Conditionally produce message
|
||||||
#
|
#
|
||||||
@ -634,8 +636,9 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
?IF __IPV4
|
?IF __IPV4
|
||||||
|
#################################################################################
|
||||||
#
|
# IPv4-specific Functions
|
||||||
|
#################################################################################
|
||||||
# Find the value 'weight' in the passed arguments then echo the next value
|
# Find the value 'weight' in the passed arguments then echo the next value
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -1006,6 +1009,9 @@ get_all_bcasts()
|
|||||||
}
|
}
|
||||||
|
|
||||||
?ELSE
|
?ELSE
|
||||||
|
#################################################################################
|
||||||
|
# IPv4-specific Functions
|
||||||
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Get all interface addresses with VLSMs
|
# Get all interface addresses with VLSMs
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user