Created
July 19, 2015 12:37
-
-
Save mrvdb/74bc3bdddfd12de985e7 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 2.11 | |
# based on Router Advertisement from fe80::1ab4:30ff:fe12:a49c | |
# received by interface wlp3s0 | |
# | |
interface wlp3s0 | |
{ | |
AdvSendAdvert on; | |
# Note: {Min,Max}RtrAdvInterval cannot be obtained with radvdump | |
AdvCurHopLimit 0; | |
AdvDefaultLifetime 0; | |
prefix fd00:0:0:1::/64 | |
{ | |
AdvValidLifetime 7200; | |
AdvPreferredLifetime 7200; | |
}; # 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