alistair23-linux/drivers/net/ipvlan
Mahesh Bandewar e93fbc5a15 ipvlan: mode is u16
The mode argument was erronusly defined as u32 but it has always
been u16. Also use ipvlan_set_mode() helper to set the mode instead
of assigning directly. This should avoid future erronus assignments /
updates.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-21 22:43:24 -05:00
..
ipvlan.h ipvlan: mode is u16 2016-02-21 22:43:24 -05:00
ipvlan_core.c ipvlan: scrub skb before routing in L3 mode. 2016-02-21 22:43:24 -05:00
ipvlan_main.c ipvlan: mode is u16 2016-02-21 22:43:24 -05:00
Makefile