aboutsummaryrefslogtreecommitdiffstats
path: root/router
diff options
context:
space:
mode:
Diffstat (limited to 'router')
-rw-r--r--router/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/router/README.md b/router/README.md
index b3ec5ae..8527bd0 100644
--- a/router/README.md
+++ b/router/README.md
@@ -90,6 +90,14 @@ $vppctl show mpls fib
You should see dst label and interface in mpls table.
+### Selinux
+
+Router plugin needs those rules to work under selinux enforcing mode:
+
+```
+allow vpp_t self:netlink_route_socket nlmsg_read;
+```
+
### Main contributors
Jeff Shaw - LF-ID:jbshaw, Chad Chengwei Wang - LF-ID:flinter (MPLS)