stp: Flush MAC table on topology change.
[openvswitch] / lib / stp.h
index ec29d9a77a9954d8dd54b4ee5bf5cc87828a54e9..f321dec9cd3bb2ce760ebf5f7f7fd2eed492303c 100644 (file)
--- a/lib/stp.h
+++ b/lib/stp.h
@@ -76,6 +76,7 @@ int stp_get_root_path_cost(const struct stp *);
 int stp_get_hello_time(const struct stp *);
 int stp_get_max_age(const struct stp *);
 int stp_get_forward_delay(const struct stp *);
+bool stp_check_and_reset_fdb_flush(struct stp *);
 
 /* Obtaining STP ports. */
 struct stp_port *stp_get_port(struct stp *, int port_no);