diff options
Diffstat (limited to 'net-scripts/net.modules.d/tuntap')
-rw-r--r-- | net-scripts/net.modules.d/tuntap | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-scripts/net.modules.d/tuntap b/net-scripts/net.modules.d/tuntap index c37ae91..e0d1865 100644 --- a/net-scripts/net.modules.d/tuntap +++ b/net-scripts/net.modules.d/tuntap @@ -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) # Fix any potential localisation problems @@ -19,6 +17,12 @@ tunctl() { tuntap_depend() { before interface macchanger functions interface_exists interface_type +} + +# void tuntap_expose(void) +# +# Expose variables that can be configured +tuntap_expose() { variables tunctl } @@ -96,4 +100,4 @@ tuntap_stop() { eend $? } -# vim:ts=4 +# vim: set ft=sh ts=4 : |