diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/main.texi | 4 | ||||
-rw-r--r-- | doc/zebra.8 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/main.texi b/doc/main.texi index 9966b356..49a1db4d 100644 --- a/doc/main.texi +++ b/doc/main.texi @@ -31,6 +31,10 @@ immediately. @itemx --keep_kernel When zebra starts up, don't delete old self inserted routes. +@item -S +@itemx --rib_system +Causes zebra to manage system routes (those not created by zebra) on link events. + @item -r @itemx --retain When program terminates, retain routes added by zebra. diff --git a/doc/zebra.8 b/doc/zebra.8 index 558e27be..8b15b98c 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -60,6 +60,10 @@ restart zebra. The likely default is \fB\fI/var/run/zebra.pid\fR. \fB\-k\fR, \fB\-\-keep_kernel\fR On startup, don't delete self inserted routes. .TP +\fB\-S\fR, \fB\-\-rib_system\fR +Manage all routes, on link transistion events, including those not generated by +zebra. +.TP \fB\-l\fR, \fB\-\-log_mode\fR Turn verbose logging on. .TP |