<div dir="ltr"><br><div><br></div><div>Hello everyone,</div><div><br></div><div>I configured two OVSs as follows,</div><div><br></div><div>OVS1(eth0) ------- (eth0)OVS2</div><div><br></div><div>ovs-vsctl add-br brx</div><div>ovs-vsctl add-port brx ethx</div><div>ip addr flush dev ethx</div><div>ip addr add 10.0.0.x/16 dev brx</div><div>ip link set brx up</div><div><br></div><div>Then I set them to connect to a controller as follows,</div><div>ovs-vsctl set-controller brx tcp:....</div><div><br></div><div><br></div><div>When I check the discovered topology in the controller, 10.0.0.X addresses are recognized as hosts connected to OVSs and the MAC address of the OVSs are considered as MAC address for hosts.</div><div><br></div><div>However, in this case, I do not want to have any hosts, I just want to configure OVSs to see how they can forward packets between themselves.</div><div><br></div><div>Could you help me with this issue?</div><div><br></div><div>thank you</div><div><br></div><div><br></div></div>