diff options
Diffstat (limited to 'net-scripts/net.modules.d/iptunnel')
-rw-r--r-- | net-scripts/net.modules.d/iptunnel | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-scripts/net.modules.d/iptunnel b/net-scripts/net.modules.d/iptunnel index 0f951ea..ff62bb9 100644 --- a/net-scripts/net.modules.d/iptunnel +++ b/net-scripts/net.modules.d/iptunnel @@ -1,7 +1,5 @@ -#!/bin/bash -# Copyright (c) 2004-2005 Gentoo Foundation +# Copyright (c) 2004-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 - # Contributed by Roy Marples (uberlord@gentoo.org) # void iptunnel_depend(void) @@ -10,6 +8,12 @@ iptunnel_depend() { before interface functions interface_exists interface_tunnel +} + +# void iptunnel_expose(void) +# +# Expose variables that can be configured +iptunnel_expose() { variables iptunnel } @@ -45,4 +49,4 @@ iptunnel_stop() { eend $? } -# vim:ts=4 +# vim: set ft=sh ts=4 : |