On Fri, Jan 13, 2017 at 10:44:10AM -0800, Joo Yong-Seok wrote: > Very quick question. Is there any action like "copying packet" or "packet > monitoring" n openvswitch flow rule? > > I want to send an original packet to the network but maintain packet copy > for the monitoring purpose - (kind of "clone" or "copy" concept in skb.)
Just execute two output actions. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
