summaryrefslogtreecommitdiffstats
path: root/src/plugins/avf/README.md
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2019-06-04 22:29:39 -0700
committerDamjan Marion <dmarion@me.com>2019-06-06 20:54:37 +0000
commit7d2420f97fae1a535428b756139a910fc9a120e3 (patch)
tree26e41bc7688705c9684f9bef280a3aa4cfa45473 /src/plugins/avf/README.md
parent6c36ca545bbd6f65937a4ec0de55614cf7223690 (diff)
avf: enable promiscuous mode
In order to receive multicast packets from the VF interface, promiscuos mode must be enable. Type: fix Fixes: b4ff07a Change-Id: I549bc37a05895d3355f2832c200e9262c95a27b5 Signed-off-by: Steven Luong <sluong@cisco.com> (cherry picked from commit 607a23a1753ee8dc7e9150f09bb376553ed62639)
Diffstat (limited to 'src/plugins/avf/README.md')
-rw-r--r--src/plugins/avf/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/avf/README.md b/src/plugins/avf/README.md
index d1a8416621a..0c7d555775e 100644
--- a/src/plugins/avf/README.md
+++ b/src/plugins/avf/README.md
@@ -75,6 +75,13 @@ setup 0000:3b:00.0 00:11:22:33:44:00
setup 0000:3b:00.1 00:11:22:33:44:01
```
+### Promisc mode
+In cases when interface is used in the L2 mode or promisc mode is needed for some other reason,
+trust needs to be set to "on" using the linux "ip link" utility.
+```
+ip link set dev <PF inteface name> vf <VF id> trust on
+```
+
### Interface Creation
Interfaces can be dynamically created by using following CLI:
```