net: bridge: resolve forwarding path for bridge devices
Add .ndo_fill_forward_path for bridge devices. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e4417d6950
commit
ec9d16bab6
2 changed files with 28 additions and 0 deletions
|
|
@ -851,6 +851,7 @@ typedef u16 (*select_queue_fallback_t)(struct net_device *dev,
|
|||
enum net_device_path_type {
|
||||
DEV_PATH_ETHERNET = 0,
|
||||
DEV_PATH_VLAN,
|
||||
DEV_PATH_BRIDGE,
|
||||
};
|
||||
|
||||
struct net_device_path {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue