diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:47:17 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:47:17 +0000 |
commit | 6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8 (patch) | |
tree | a766a4e30e546946a91fcc476efd9f159e239ef9 /interfaces-definitions.lua | |
parent | 747f16f8d9ca8f15fd78bd5071355c819f2b14c9 (diff) | |
download | acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.bz2 acf-alpine-baselayout-6f1ecd2037958ca57967ebe63e0bc2d72ba4b8b8.tar.xz |
Remove trailing whitespace
Diffstat (limited to 'interfaces-definitions.lua')
-rw-r--r-- | interfaces-definitions.lua | 8 |
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"}, |