Actions
Bug #24711
closedVirtual interfaces are not detected as primary (discovery over VLAN support)
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
It looks like we create primary interface in advance, then we save identifier and mac there and then there’s loop over all interfaces which creates all the others but overwrites the primary one completely.
https://community.theforeman.org/t/primary-virtual-interface-detection/10880
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5989 added
Updated by Lukas Zapletal over 6 years ago
- Related to Bug #24880: Discovery provisioning on VLAN added
Updated by Lukas Zapletal about 6 years ago
- Triaged changed from No to Yes
- Bugzilla link set to 1476651
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/6291 added
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset b1a3ce269a3996e2d54e2fb46bea3d1d45a235f8.
Updated by Lukas Zapletal almost 6 years ago
- Subject changed from Virtual interfaces are not detected as primary to Virtual interfaces are not detected as primary (discovery over VLAN support)
This is the patch that needs to be present in order to support discovery over VLAN (tagged) network.
Actions