summaryrefslogtreecommitdiffstats
path: root/interfaces-definitions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-definitions.lua')
-rw-r--r--interfaces-definitions.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/interfaces-definitions.lua b/interfaces-definitions.lua
index 9b6704a..eaa979f 100644
--- a/interfaces-definitions.lua
+++ b/interfaces-definitions.lua
@@ -10,6 +10,7 @@ module (..., package.seeall)
up = {type="longtext", label="'up' actions", seq=101},
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},
}
family_methods = {
inet = {"loopback", "static", "manual", "dhcp", "bootp", "ppp", "wvdial"},