Update MAC address to match the next hop
[osm/vim-emu.git] / src / emuvim / api / openstack / resources / port_chain.py
index 64e6177..e9ce057 100644 (file)
@@ -96,8 +96,9 @@ class PortChain(object):
             compute.dc.net.setChain(
                 server_egress.name, server_ingress.name,
                 egress_port.intf_name, ingress_port.intf_name,
+                mod_dl_dst=ingress_port.mac_address,
                 cmd="add-flow", cookie=self.cookie, priority=10, bidirectional=False,
-                monitor=False
+                monitor=False, skip_vlan_tag=True
             )
 
     def uninstall(self, compute):