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.dmz > network.dmz=interface > network.dmz.proto=dhcp > network.dmz.ifname=eth0v2 > network.dmz.macaddr=01:23:45:67:89:ab I don't like the arbitrary naming pattern and the config format ambiguities that it introduces. Could you please change the config format to make the distinction between macvlan and other stuff more clear, and also allow the user to specify macvlan interface name and base interface name separately.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
