summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net.modules.d/vlan')
-rw-r--r--net-scripts/net.modules.d/vlan14
1 files changed, 9 insertions, 5 deletions
diff --git a/net-scripts/net.modules.d/vlan b/net-scripts/net.modules.d/vlan
index 4a103c2..393bc72 100644
--- a/net-scripts/net.modules.d/vlan
+++ b/net-scripts/net.modules.d/vlan
@@ -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
@@ -17,7 +15,13 @@ vlan_depend() {
after interface
before dhcp
functions iface_start iface_stop
- variables vlans
+}
+
+# void vlan_expose(void)
+#
+# Expose variables that can be configured
+vlan_expose() {
+ variables vlans
}
# bool vlan_check_installed(void)
@@ -147,4 +151,4 @@ vlan_stop() {
return 0
}
-# vim:ts=4
+# vim: set ft=sh ts=4 :