22777802 OVS should support the newly added VETH datalink as uplink port
authorGirish Moodalbail <Girish.Moodalbail@oracle.COM>
Mon, 21 Mar 2016 19:10:07 -0700
changeset 5639 26752cc34636
parent 5638 b88b6c00208e
child 5640 47302747b363
22777802 OVS should support the newly added VETH datalink as uplink port
components/openvswitch/files/lib/util-solaris.c
--- a/components/openvswitch/files/lib/util-solaris.c	Mon Mar 21 13:57:26 2016 -0700
+++ b/components/openvswitch/files/lib/util-solaris.c	Mon Mar 21 19:10:07 2016 -0700
@@ -3727,6 +3727,7 @@
 	    strcmp("aggr", class) == 0 ||
 	    strcmp("etherstub", class) == 0 ||
 	    strcmp("vxlan", class) == 0 ||
+	    strcmp("veth", class) == 0 ||
 	    strcmp("simnet", class) == 0);
 }