drivers/net/macvlan.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
commit 72fcb6202dc108c3436f612e634e551f97dd4c13
Author: Stephen Hemminger <[email protected]>
Date:   Thu Jun 11 10:17:44 2009 -0700

    macvlan: fix cloning of tagged VLAN interfaces
    
    From: <[email protected]>
    
    Addresses http://bugzilla.kernel.org/show_bug.cgi?id=13348
    
    It is not possible to make clone of tagged VLAN interface to be used as
    mac-based vlan interfave.
    
    How reproducible:
    Use any 802.1q tagged vlan interface, e.g. eth2.700 and clone it:
    
      ip link add link eth2.700 address 00:04:75:cb:38:09 macvlan0 type macvlan
      ip link set dev macvlan0 up
      ip addr add 10.195.1.1/24 dev macvlan0
    
    So far, so good. Now try to ping anything via macvlan0:
    
      ping 10.195.1.2

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=72fcb6202dc108c3436f612e634e551f97dd4c13
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to