diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2020-01-22 16:00:48 +0100 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2020-01-23 15:40:20 +0100 |
commit | ae838f98fa020d0ad0aa37ab58e02456889c3375 (patch) | |
tree | fff47c59632bf76053df08c860ded46fccafd1a2 /docs | |
parent | 95f2491ed89ac99b0d8bd006b4a13cbeb1eb96ce (diff) |
NFVBENCH-157 Add possibility to not use the ARP static configuration for VPP loop VM
Change-Id: Ifd3f183345e21c7866e9e9898c7bbda601793b2c
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/userguide/advanced.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/advanced.rst b/docs/testing/user/userguide/advanced.rst index b36f01e..5424a05 100644 --- a/docs/testing/user/userguide/advanced.rst +++ b/docs/testing/user/userguide/advanced.rst @@ -292,6 +292,7 @@ MAC Addresses NFVbench will dicover the MAC addresses to use for generated frames using: - either OpenStack discovery (find the MAC of an existing VM) in the case of PVP and PVVP service chains - or using dynamic ARP discovery (find MAC from IP) in the case of external chains. +- In case of L3 chain with SDN-GW or router between traffic generator and loop VM ARP is needed to discover SDN-GW mac addresses, use ``--loop-vm-arp`` flag or ``loop_vm_arp: true`` in config file. Status and Cleanup of NFVbench Resources ---------------------------------------- |