Bug #2081
interfaces fact doesn't account for subinterfaces on vlan tagged interfaces
| Status: | Closed | Start: | 03/16/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | library | |||
| Target version: | 1.5.5 | |||
| Keywords: | Branch: | |||
| Votes: | 0 |
Description
facter accounts for eth0:10 and eth0.10, but not eth0.10:10. The attached git am formatted patch resolves that problem.
Associated revisions
Revision add6d4763b82ff45c7582f15fab84867ac2ef1a3
Fixed #2081 – Fixed interfaces fact for vlan subinterfaces
History
Updated by James Turnbull over 1 year ago
- Category set to library
- Status changed from Unreviewed to Closed
- Assignee set to James Turnbull
- Target version set to 1.6.0
Pushed in commit:“add6d4763b82ff45c7582f15fab84867ac2ef1a3” in branch master.
Updated by James Turnbull over 1 year ago
- Target version changed from 1.6.0 to 1.5.5
Updated by Paul Nasrat over 1 year ago
Note this patch causes regressions see #2227