diff options
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r-- | doc/bird.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index c3becbb..0624efa 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -32,6 +32,7 @@ protocol kernel { # async off; # Netlink: Disable asynchronous events # import none; # Default is import all export all; # Default is export none +# kernel table 5; # Kernel table to synchronize with (default: main) } protocol device { |