Page MenuHomeDevCentral

Configure native IPv6 for FreeBSD servers
ClosedPublic

Authored by dereckson on Dec 15 2019, 11:02.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 05:49
Unknown Object (File)
Mon, Jun 24, 06:57
Unknown Object (File)
Sat, Jun 22, 21:51
Unknown Object (File)
Fri, Jun 21, 00:34
Unknown Object (File)
Tue, Jun 18, 04:37
Unknown Object (File)
Sun, Jun 16, 20:45
Unknown Object (File)
Sun, Jun 16, 01:04
Unknown Object (File)
Fri, Jun 14, 07:56
Subscribers
None

Details

Summary

This change introduces two new settings for the node description in pillar:

  • network > ipv6_native, boolean to indicate a server uses IPv6 from its router
  • network > ipv6_interface, should be the same of ipv4_interface in most cases

On FreeBSD, we're not trying to configure IP, as it's the responsibility of the
router configuration, but instead configure to accept such router advertisement.

The IPv6 should still be documented, especially if we want to generate server
homepages through Salt too.

Fixes T1552.

Test Plan

Test on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Dec 15 2019, 11:06
This revision was automatically updated to reflect the committed changes.