]> git.proxmox.com Git - mirror_ovs.git/commit - lib/stp.h
stp: Change the api for next patch.
authornickcooper-zhangtonghao <nic@opencloud.tech>
Sat, 18 Mar 2017 08:13:55 +0000 (01:13 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 20 Mar 2017 17:23:04 +0000 (10:23 -0700)
commit926c9a4a75fc8939eca7920fa569e37f6b121360
tree84dab42e63824247150eaf10781bb97279246ffb
parent5fcaba403bbbdd59174cc9c0dd8732ce9589e554
stp: Change the api for next patch.

This patch changes the stp_port_get_role and removes
the stp_port_get_id, because stp/show has locked the
mutex before calling the stp_port_get_role, and
stp_port_get_id will not be used.

Signed-off-by: nickcooper-zhangtonghao <nic@opencloud.tech>
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/stp.c
lib/stp.h
ofproto/ofproto-dpif.c