X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=309511ca800d7d72f6c04073a2ea735e046bc8fd;hb=6d328fa23ddf5c752ac1583c1bf5b2ebf433e813;hp=546827fa6a3f934278b241cd513d6f6f2ee3001a;hpb=5bb8a63029eb594e208ed31e8f5d6351375c19da;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 546827fa6..309511ca8 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -433,6 +433,11 @@ void ofproto_get_vlan_usage(struct ofproto *, unsigned long int *vlan_bitmap); bool ofproto_has_vlan_usage_changed(const struct ofproto *); int ofproto_port_set_realdev(struct ofproto *, ofp_port_t vlandev_ofp_port, ofp_port_t realdev_ofp_port, int vid); + +/* Table configuration */ + +enum ofp_table_config table_get_config(const struct ofproto *, + uint8_t table_id); #ifdef __cplusplus }