-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from robbat2/robbat2/rdnss-test
test: add more RDNSS testing for PR#193
- Loading branch information
Showing
3 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# vim:set ts=2 sw=2 ft=perl noet : | ||
|
||
interface eth0 | ||
{ | ||
AdvSendAdvert on; | ||
# More than 3 RDNSS at this point causes radvd to reject the config | ||
RDNSS 2000::1 2000::2 2000::3 #2000::4 2000::5 2000::6 2000::6 2000::7 2000::8 | ||
{ | ||
# advised by logs to be <= 2*MaxRtrAdvInterval | ||
AdvRDNSSLifetime 45; | ||
}; | ||
|
||
DNSSL h.piggy.net | ||
{ | ||
AdvDNSSLLifetime 45; | ||
}; | ||
|
||
}; | ||
|