Created
February 6, 2011 23:32
-
-
Save exodist/813826 to your computer and use it in GitHub Desktop.
radvd.conf
This file contains hidden or 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
interface br1 | |
{ | |
AdvSendAdvert on; | |
AdvLinkMTU 1280; | |
MaxRtrAdvInterval 300; | |
prefix 2002:4b94:5e91:2::/16 | |
{ | |
AdvOnLink on; | |
AdvAutonomous on; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment