Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-10 Thread Johannes Schlatow
On 08/10/2010 01:58 AM, Johannes Schlatow wrote: > On 08/09/2010 10:01 PM, Felix Fietkau wrote: >> On 2010-08-09 9:36 PM, Johannes Schlatow wrote: >>> This patch adds support for macvlan interfaces to uci. >>> * ifname pattern is ethXvY, where ethX is the physical interface, Y is >>> arbitrary >>

Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Johannes Schlatow
On 08/09/2010 10:01 PM, Felix Fietkau wrote: > On 2010-08-09 9:36 PM, Johannes Schlatow wrote: >> This patch adds support for macvlan interfaces to uci. >> * ifname pattern is ethXvY, where ethX is the physical interface, Y is >> arbitrary >> * you can specify a mac address >> * dependencies: k

Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Felix Fietkau
On 2010-08-09 9:36 PM, Johannes Schlatow wrote: > This patch adds support for macvlan interfaces to uci. > * ifname pattern is ethXvY, where ethX is the physical interface, Y is > arbitrary > * you can specify a mac address > * dependencies: kmod-macvlan, ip > > e.g.: > > $ uci show network.d

[OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Johannes Schlatow
This patch adds support for macvlan interfaces to uci. * ifname pattern is ethXvY, where ethX is the physical interface, Y is arbitrary * you can specify a mac address * dependencies: kmod-macvlan, ip e.g.: $ uci show network.dmz network.dmz=interface network.dmz.proto=dhcp network.dmz.ifname