]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto-dpif-monitor.h
userspace: Switching of L3 packets in L2 pipeline
[mirror_ovs.git] / ofproto / ofproto-dpif-monitor.h
index 12aa2bb6c4d196cca3d5d6db7025db006c1623ec..7d6d0da8769e608f8f31e00de5965f387358ffa6 100644 (file)
 
 struct bfd;
 struct cfm;
+struct lldp;
 struct ofport_dpif;
 
 void ofproto_dpif_monitor_port_send_soon(const struct ofport_dpif *);
-void ofproto_dpif_monitor_port_send_soon_safe(const struct ofport_dpif *);
 
 void ofproto_dpif_monitor_port_update(const struct ofport_dpif *,
                                       struct bfd *, struct cfm *,
-                                      uint8_t[OFP_ETH_ALEN]);
+                                      struct lldp *, const struct eth_addr *);
 
 #endif /* ofproto-dpif-monitor.h */