From 71427e54fa17dacd1ace6077bffb9f9b9d456ebb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 13 Apr 2011 21:16:14 +0200 Subject: add some infrastructure code for proto handlers --- config/network | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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 -- cgit v1.2.1