netlab icon indicating copy to clipboard operation
netlab copied to clipboard

Treat management network like another link

Open ipspace opened this issue 10 months ago • 0 comments

Instead of handcrafting management IP addresses we should:

  • Convert the management pool into a link-like data structure
  • Use the "standard" interface address assignment logic to assign IPv4 or IPv6 addresses to management interfaces

This would allow management IP addresses specified as ints, address, or address/prefix. We would have to make an exception and reject True/False values though.

Based on https://github.com/ipspace/netlab/pull/1955#pullrequestreview-2632910371 by @jbemmel

ipspace avatar Feb 21 '25 14:02 ipspace