Specifying link-local address in rc.conf

Hiroki Sato hrs at FreeBSD.org
Tue Jul 7 10:24:44 UTC 2020


Niclas Zeising <zeising+freebsd at daemonic.se> wrote
  in <713e1f3e-4dd9-8dcf-c6d2-15c684bdce5b at daemonic.se>:

ze> Hi!
ze> Is it possible to specify a link-local address in rc.conf, and get
ze> only that link-local address?

 The following is a typical configuration if you want to disable
 EUI-64 LLA:

  ifconfig_vtnet0="inet ...."
  ifconfig_vtnet0_ipv6="inet6 -auto_linklocal"
  ifconfig_vtnet0_alias0="inet6 fe80::1/64"
  ifconfig_vtnet0_alias1="inet6 2001:6b8::1/64"

 Address family keyword is mandatory.  Most of address configurations
 with no AF keyword are handled as expected, but some are not.

-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 342 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20200707/4b5f9908/attachment.sig>


More information about the freebsd-net mailing list