summaryrefslogtreecommitdiffstats
path: root/interfaces-definitions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-definitions.lua')
-rw-r--r--interfaces-definitions.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/interfaces-definitions.lua b/interfaces-definitions.lua
index 089e64b..7f9684b 100644
--- a/interfaces-definitions.lua
+++ b/interfaces-definitions.lua
@@ -4,13 +4,13 @@ local mymodule = {}
comment = {type="longtext", label="Comments", seq=2},
auto = {type="boolean", value=false, label="Auto bring-up", seq=3},
name = {label="Interface Name", seq=1},
- family = {type="select", label="Address Family", option={"inet", "ipx", "inet6"}, seq=4},
- method = {type="select", label="Method", option={"loopback", "static", "manual", "dhcp", "bootp", "ppp", "wvdial", "dynamic", "v4tunnel"}, seq=5},
+ family = {type="select", label="Address Family", option={"inet", "ipx", "inet6"}, seq=4},
+ method = {type="select", label="Method", option={"loopback", "static", "manual", "dhcp", "bootp", "ppp", "wvdial", "dynamic", "v4tunnel"}, seq=5},
['pre-up'] = {type="longtext", label="'pre-up' actions", seq=100},
up = {type="longtext", label="'up' actions", seq=101},
- down = {type="longtext", label="'down' actions", seq=102},
+ down = {type="longtext", label="'down' actions", seq=102},
['post-down'] = {type="longtext", label="'post-down' actions", seq=103},
- other = {type="longtext", label="Other options (unsupported)", seq=104},
+ other = {type="longtext", label="Other options (unsupported)", seq=104},
}
mymodule.family_methods = {
inet = {"loopback", "static", "manual", "dhcp", "bootp", "ppp", "wvdial"},