diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-07 10:40:00 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-07 14:26:42 +0200 |
commit | fc06fb62443c135773ee4c05ed83925cc47b046d (patch) | |
tree | 5d80dc91da78aa19ca1b0f185128a4c40a0cc562 /doc | |
parent | 95127cbbb76e8870e029454a5313bc4b6ce69a4a (diff) |
Implements RDNSS and DNSSL support for RAdv.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b43eb263..087a4ebf 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2450,6 +2450,20 @@ protocol radv { prefix 2001:0DB8:2000::/48 { autonomous off; # Do not autoconfigure }; + + rdnss 2001:0DB8:1234::10; # Short form of RDNSS + + rdnss { + lifetime mult 10; + ns 2001:0DB8:1234::11; + ns 2001:0DB8:1234::12; + }; + + dnssl { + lifetime 3600; + domain "abc.com"; + domain "xyz.com"; + }; } </code> |