radvd.conf 273 B

12345678910111213141516171819202122
  1. # For more examples, see the radvd documentation.
  2. interface br0
  3. {
  4. AdvSendAdvert off;
  5. #
  6. # Disable Mobile IPv6 support
  7. #
  8. AdvHomeAgentFlag off;
  9. #
  10. # example of a standard prefix
  11. #
  12. prefix fec0:0:0:1::/64
  13. {
  14. AdvOnLink on;
  15. AdvAutonomous on;
  16. AdvRouterAddr off;
  17. };
  18. };