Page MenuHomeDevCentral

Drop network:ipv6_native from node pillar
ClosedPublic

Authored by dereckson on Jul 27 2024, 19:24.
Tags
None
Referenced Files
F30495260: D3383.diff
Sun, May 24, 05:04
F30482894: D3383.id8733.diff
Sun, May 24, 00:47
Unknown Object (File)
Tue, May 19, 12:37
Unknown Object (File)
Tue, May 19, 08:16
Unknown Object (File)
Tue, May 19, 03:15
Unknown Object (File)
Mon, May 18, 21:50
Unknown Object (File)
Mon, May 18, 17:43
Unknown Object (File)
Wed, May 6, 06:22
Subscribers
None

Details

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

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
drop-ipv6-native
Build Status
Buildable 5386
Build 5667: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jul 27 2024, 19:24
This revision was automatically updated to reflect the committed changes.