From 0cf31f98acd6d84c17fe47569a1022f28d09a7a9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 6 Dec 2012 14:08:24 +0000 Subject: Interfaces: Added support for unknown options in a separate cfe The previous implementation would display them as separate options with errors, and silently drop when writing --- interfaces-definitions.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'interfaces-definitions.lua') 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"}, -- cgit v1.2.3