Opened 13 years ago

Last modified 4 years ago

#7228 new bug

RFC: BNetworkInterfaceAddress needs to store auto-configuration flags

Reported by: kallisti5 Owned by: axeld
Priority: normal Milestone: R1.1
Component: Network & Internet/Stack Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by kallisti5)

BNetworkInterfaceAddress needs to store auto-configuration flags instead of BNetworkInterface.

see the following for an example...

http://dev.haiku-os.org/browser/haiku/trunk/src/tests/kits/net/preflet/InterfacesAddOn/NetworkSettings.cpp#L129

How would you disable either IPv6 *or* IPv4 auto-configuration when the auto-configure flag is only set on the interface?

Scenario:

  • I have a blank IPv6 address and a dhcp acquired IPv4 addr.
  • I check auto-configure flag for interface
  • I from that view... the IPv6 address could be either "configuring" or "None" (configured for no address)

The same situation applies when IPv6 is swapped with IPv4

Change History (3)

comment:1 by kallisti5, 13 years ago

Description: modified (diff)

comment:2 by axeld, 13 years ago

I've already defined the flags in net/if.h, and there is a field in ifaliasreq already, too - they are just not maintained yet (they need to be stored in the stack's InterfaceAddress as well), and not forwarded to BNetworkInterfaceAddress either.

Someone just needs to implement it - it shouldn't be too hard either :-)

comment:3 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.