Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
#
2
# Shorewall version 4 - Findgw File
3
#
4
# /etc/shorewall/findgw
5
#
6
#    The code in this file is executed when Shorewall is trying to detect the
7
#    gateway through an interface in /etc/shorewall/providers that has GATEWAY
8
#    specified as 'detect'.
9
#
10
#    The function should echo the IP address of the gateway if it knows what
11
#    it is; the name of the interface is in $1.
12
#
13
# See http://shorewall.net/shorewall_extension_scripts.htm for additional
14
# information.
15
#
16
###############################################################################