diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 21:16:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 21:16:14 +0200 |
commit | 71427e54fa17dacd1ace6077bffb9f9b9d456ebb (patch) | |
tree | 2fe7e2e23e91569bfc7bd9b0f6e117470ac9202f /config | |
parent | 1f8dc227cdd425f1313f564fd074c614bb1954a3 (diff) |
add some infrastructure code for proto handlers
Diffstat (limited to 'config')
-rw-r--r-- | config/network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/network b/config/network index 0a02e89..1f803a0 100644 --- a/config/network +++ b/config/network @@ -21,6 +21,9 @@ config interface lan option ipaddr 192.168.1.1 option netmask 255.255.255.0 +config interface dummy + option ifname eth0.4 + option proto none config interface lan2 option ifname eth0.3 |