diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-06-26 09:58:26 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-01 14:40:17 -0700 |
commit | 5b9e7e1607956e2454ccbd94ccf5631309ade054 (patch) | |
tree | 0b0d12f60c183d72e4d34ce8c4cc9dd22de32f0c /net/openvswitch/vport-internal_dev.h | |
parent | b0ab2fabb5b91da99c189db02e91ae10bc8355c5 (diff) | |
download | linux-5b9e7e1607956e2454ccbd94ccf5631309ade054.tar.bz2 |
openvswitch: introduce rtnl ops stub
This stub now allows userspace to see IFLA_INFO_KIND for ovs master and
IFLA_INFO_SLAVE_KIND for slave.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport-internal_dev.h')
-rw-r--r-- | net/openvswitch/vport-internal_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/vport-internal_dev.h b/net/openvswitch/vport-internal_dev.h index 9a7d30ecc6a2..1b179a190cff 100644 --- a/net/openvswitch/vport-internal_dev.h +++ b/net/openvswitch/vport-internal_dev.h @@ -24,5 +24,7 @@ int ovs_is_internal_dev(const struct net_device *); struct vport *ovs_internal_dev_get_vport(struct net_device *); +int ovs_internal_dev_rtnl_link_register(void); +void ovs_internal_dev_rtnl_link_unregister(void); #endif /* vport-internal_dev.h */ |