You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
316 B

  1. config interface
  2. option enabled '0'
  3. # send router advertisment over this device
  4. # alternative: option device 'lan'
  5. option ifname 'br-lan'
  6. # lifetime of the default route (in seconds)
  7. option default_lifetime '0'
  8. list prefix_on_link '300::/64'
  9. list prefix_off_link '200::/64'
  10. list dns '2001:4860:4860::8888'