From 822160dbe6f293a3c94487b4d0abe0f1d9883cca Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 1 Feb 2018 18:47:21 +0100 Subject: [PATCH] doc: add vrfwnetns keyword for zebra in doc The option to enable VRF backend is documented. Signed-off-by: Philippe Guibert --- doc/zebra.8.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/zebra.8.in b/doc/zebra.8.in index 7f4a81b1a0..3e1d10e068 100644 --- a/doc/zebra.8.in +++ b/doc/zebra.8.in @@ -92,6 +92,11 @@ maximum before starting zebra. Note that this affects Linux only. .TP +\fB\-n\fR, \fB\-\-vrfwnetns \fR\fIEnable namespace VRF\fR +Enable namespace VRF backend. By default, the VRF backend relies on VRF-lite +support from Linux devices. This option permits discovering using Linux named +Netns and map it to FRR VRF contexts. +.TP \fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR Load a module at startup. May be specified more than once. The \fBsnmp\fR and \fBfpm\fR modules may be -- 2.39.5