• M
    ipvlan: introduce 'private' attribute for all existing modes. · a190d04d
    Mahesh Bandewar 提交于
    IPvlan has always operated in bridge mode. However there are scenarios
    where each slave should be able to talk through the master device but
    not necessarily across each other. Think of an environment where each
    of a namespace is a private and independant customer. In this scenario
    the machine which is hosting these namespaces neither want to tell who
    their neighbor is nor the individual namespaces care to talk to neighbor
    on short-circuited network path.
    
    This patch implements the mode that is very similar to the 'private' mode
    in macvlan where individual slaves can send and receive traffic through
    the master device, just that they can not talk among slave devices.
    Signed-off-by: NMahesh Bandewar <maheshb@google.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    a190d04d
ipvlan.h 4.5 KB