xenserver: Add --no-syslog feature to interface-reconfigure.
[openvswitch] / ofproto / fail-open.c
index 48f7069452b0ac63fc64392555127fe45be4a77c..54a91cdfd76a7f518c24612c4da816955fc7b825 100644 (file)
@@ -99,7 +99,7 @@ send_bogus_packet_in(struct fail_open *fo)
 
     /* Compose ofp_packet_in. */
     ofpbuf_init(&b, 128);
-    eth_addr_random(mac);
+    eth_addr_nicira_random(mac);
     compose_benign_packet(&b, "Open vSwitch Controller Probe", 0xa033, mac);
     opi = make_packet_in(pktbuf_get_null(), OFPP_LOCAL, OFPR_NO_MATCH, &b, 64);
     ofpbuf_uninit(&b);