From a7b10c99dacf2e2f3981bdf0042e92f81f9a33f6 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 20 Mar 2012 07:17:19 -0700 Subject: [PATCH] Add some comments to lib.core Signed-off-by: Tom Eastep --- Shorewall/lib.core | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Shorewall/lib.core b/Shorewall/lib.core index 469b8eade..3ceab65af 100644 --- a/Shorewall/lib.core +++ b/Shorewall/lib.core @@ -27,6 +27,8 @@ ################################################################################ # Functions imported from /usr/share/shorewall/lib.core ################################################################################ +# Address family-neutral Functions +################################################################################ # # Conditionally produce message # @@ -634,8 +636,9 @@ EOF } ?IF __IPV4 - -# +################################################################################# +# IPv4-specific Functions +################################################################################# # Find the value 'weight' in the passed arguments then echo the next value # @@ -1006,6 +1009,9 @@ get_all_bcasts() } ?ELSE +################################################################################# +# IPv4-specific Functions +################################################################################# # # Get all interface addresses with VLSMs #