From f94e8836333f6dea142d9a7b29610fcc8d6b12a3 Mon Sep 17 00:00:00 2001 From: Stef Simoens Date: Tue, 27 Sep 2011 16:55:22 -0500 Subject: Add macvlan support X-Gentoo-Bug: 384029 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=384029 --- doc/net.example.Linux.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 952f8eb..b841613 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -581,6 +581,18 @@ # NOTE: depend functions only work in /etc/conf.d/net # and not in profile configs such as /etc/conf.d/net.foo +# MAC-VLAN support +# The following configuration can be used to create a new interface 'macvlan0' +# linked to 'eth0' +#macvlan_macvlan0="eth0" + +# MAC-VLAN mode (private, vepa, bridge, passtru) +#mode_macvlan0="private" + +# IP address, MAC address, ... are configured as a normal interface +#config_macvlan0="192.168.20.20/24" +#mac_macvlan0="00:50:06:20:20:20" + #----------------------------------------------------------------------------- # Bonding # For link bonding/trunking on 2.4 kernels, or kernels without sysfs -- cgit v1.2.3