HomeDevCentral

Drop network:ipv6_native from node pillar

Description

Drop network:ipv6_native from node pillar

Summary:
When migrating the network configuration to NetBox, variables added
to network dictionary for a node needs to be documented there too
or computed by heuristic. As, such, remove unneeded variables is a win.

The ipv6_native variable is:

  • always true when any interface has an IPv6 block
  • always false when no interface ahs an IPv6 block

So, the ipv6_native doesn't bring any other value excepted to avoid
to loop all the interfaces, but for 1-4 interfaces, there is no real
speed gain there.

Ref T1762

Test Plan: Tested on WindRiver

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1762

Differential Revision: https://devcentral.nasqueron.org/D3383

Details

Provenance
derecksonAuthored on Jul 27 2024, 19:18
derecksonPushed on Jul 27 2024, 19:24
Reviewer
dereckson
Differential Revision
D3383: Drop network:ipv6_native from node pillar
Parents
rOPSe4d8358b29a3: Exclude reserved addresses from /etc/hosts Drake entries
Branches
Unknown
Tags
Unknown
Tasks
T1762: Deploy NetBox