From 463f0992632f30bc03732bc126edafe12a5177eb Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Wed, 23 Aug 2017 21:04:00 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "samplevnf_helper: use network address" - samplevnf_helper: use network address use network address with netmasks to be proper ports_mac_list is no longer valid, remove it nd_route_tbl needs to default to something otherwise the VNF will segfault if it receives IPv6 on the port, which it will because something in Neutron is sending out IPv6 packets. disable use of the routing table gateways to set arp add. We set the next hop IP to always be the TG IP address, so we need to always use the TG IP in arp add to send to the TG MAC address don't use gateways to get local addresses. we can't use gateways because with OpenStack if we define a gateway is breaks the default route and we can no longer connect to the instance via floating IP. Change-Id: I0ebefe8ac09812b6030046f73bf772edda1c7d27 Signed-off-by: Ross Brattain --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index c894c814d..faf7ef045 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit c894c814d62f0c839d381b7370f3d20bf02db0b0 +Subproject commit faf7ef045dbb08d00e0a19374c6075d85ff5ad60 -- cgit 1.2.3-korg