Hi,

I am new to OVS and just doing 'OVS Faucet Tutorial'.

But everything is OK until 'Step 4: Router Broadcasts ARP Request',
the router does not send ARP broadcast requrest in my environment.

After I run:
ovs-appctl ofproto/trace br0
in_port=p1,dl_src=00:01:02:03:04:05,dl_dst=ff:ff:ff:ff:ff:ff,dl_type=0x806,arp_spa=10.100.0.1,arp_tpa=10.100.0.254,arp_sha=00:01:02:03:04:05,arp_tha=ff:ff:ff:ff:ff:ff,arp_op=1
-generate

ovs-appctl ofproto/trace br0
in_port=p1,dl_src=00:01:02:03:04:05,dl_dst=0e:00:00:00:00:01,udp,nw_src=10.100.0.1,nw_dst=10.200.0.1,nw_ttl=64
-generate

The sandbox/p4.pcap does not received any ARP request broadcast.


My environment is also prepared following the tutorial.

OVS is instalded from Fedora 27 repo:
Step 4: Router Broadcasts ARP Request'
and run with tutorial/ovs-sandbox in the git repo.

Faucet is 1.6.14 and run in docker as instructed.

-robin
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to