Page MenuHomeDevCentral

Drop network:ipv6_native from node pillar
ClosedPublic

Authored by dereckson on Jul 27 2024, 19:24.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 23:18
Unknown Object (File)
Fri, Nov 15, 22:58
Unknown Object (File)
Sat, Nov 9, 07:03
Unknown Object (File)
Mon, Nov 4, 11:40
Unknown Object (File)
Tue, Oct 29, 17:35
Unknown Object (File)
Tue, Oct 29, 17:28
Unknown Object (File)
Tue, Oct 29, 14:34
Unknown Object (File)
Fri, Oct 25, 22:00
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 Not Applicable
Unit
Tests Not Applicable

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.