From f629d574e651c6b03c9631254d3dad0bb0c1a7aa Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 28 May 2015 07:20:26 -0700 Subject: [PATCH] Add ipv6 'findgw' file Signed-off-by: Tom Eastep --- Shorewall6/configfiles/findgw | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Shorewall6/configfiles/findgw diff --git a/Shorewall6/configfiles/findgw b/Shorewall6/configfiles/findgw new file mode 100644 index 000000000..08948e668 --- /dev/null +++ b/Shorewall6/configfiles/findgw @@ -0,0 +1,16 @@ +# +# Shorewall version 4 - Findgw File +# +# /etc/shorewall6/findgw +# +# The code in this file is executed when Shorewall is trying to detect the +# gateway through an interface in /etc/shorewall6/providers that has GATEWAY +# specified as 'detect'. +# +# The function should echo the IP address of the gateway if it knows what +# it is; the name of the interface is in $1. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +###############################################################################