Actions
Bug #8517
closedAdd ipadm and nwam options to allow designating a DHCP address as the primary interface
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2017-07-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
ifconfig has the following option:
primary
Defines the interface as the primary. The interface is defined
as the preferred one for the delivery of client-wide
configuration data. Only one interface can be the primary at
any given time. If another interface is subsequently selected
as the primary, it replaces the previous one. Nominating an
interface as the primary one will not have much significance
once the client work station has booted, as many applications
will already have started and been configured with data read
from the previous primary interface.
Neither ipadm nor nwamd has an optional to allow designating an interface as such, but it would be convenient to have this.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b31320a79e2054c6739b5229259dbf98f3afc547
commit b31320a79e2054c6739b5229259dbf98f3afc547 Author: Chris Fraire <cfraire@me.com> Date: 2017-09-12T12:42:21.000Z 7388 Support -h <hostname> for ipadm DHCP 8517 Add ipadm and nwam options to allow designating a DHCP address as the primary interface 8518 Allow using system-generated IAID/DUID for all DHCPv4 8519 Add ns_name_pton2 to libresolv2 mapfile Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions