Created
July 8, 2014 20:01
-
-
Save neilhwatson/99a729877d2d25944767 to your computer and use it in GitHub Desktop.
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
# | |
# radvd configuration generated by radvdump 1.8.5 | |
# based on Router Advertisement from fe80::1 | |
# received by interface eth0 | |
# | |
interface eth0 | |
{ | |
AdvSendAdvert on; | |
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump | |
AdvManagedFlag off; | |
AdvOtherConfigFlag off; | |
AdvReachableTime 0; | |
AdvRetransTimer 0; | |
AdvCurHopLimit 64; | |
AdvDefaultLifetime 1800; | |
AdvHomeAgentFlag off; | |
AdvDefaultPreference medium; | |
AdvSourceLLAddress on; | |
prefix 2a02:2770:11::/64 | |
{ | |
AdvValidLifetime 2592000; | |
AdvPreferredLifetime 604800; | |
AdvOnLink on; | |
AdvAutonomous on; | |
AdvRouterAddr off; | |
}; # End of prefix definition | |
}; # End of interface definition |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment