Feature #2990
Use ip instead of vconfig for vlan tagging
Status: | Closed | Start date: | 06/20/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Drivers - Network | |||
Target version: | Release 4.8 | |||
Resolution: | fixed | Pull request: |
Description
Hi,
remotes/vnm/802.1Q scripts should use ip instead of vconfig to configure 802.1Q vlan tagging because vconfig is deprecated and has been removed from RHEL 7.
The upstream developers consider vconfig deprecated in favor of iproute, see
http://marc.info/?l=linux-netdev&m=122333201429488&w=2
All recent Linux distributions can configure tagging with ip command.
Best regards,
Laurent
Associated revisions
Feature #2990: Use ip instead of vconfig in the HostManaged network drivers
Feature #2990: Remove vconfig the commands list in OpenNebulaNetwork.rb
Feature #2990: Remove vconfig from the sudoers files
History
#1 Updated by Ruben S. Montero about 7 years ago
- Tracker changed from Request to Feature
- Status changed from Pending to New
- Target version set to Release 4.8
Agree! Thanks for reporting this. Initially set for 4.8....
Internal reference syntax is:
ip link add link eth0 name eth0.100 type vlan id 100
#2 Updated by Ruben S. Montero about 7 years ago
- Tracker changed from Feature to Backlog
- Priority changed from Normal to High
- Target version deleted (
Release 4.8)
#3 Updated by Javi Fontan almost 7 years ago
CentOS 7 does not have vconfig. This change is needed for this distribution.
#4 Updated by Ruben S. Montero almost 7 years ago
- Tracker changed from Backlog to Feature
- Priority changed from High to Normal
- Target version set to Release 4.8
#5 Updated by Ruben S. Montero almost 7 years ago
- Assignee set to Jaime Melis
#6 Updated by Jaime Melis almost 7 years ago
- Resolution set to fixed
#7 Updated by Ruben S. Montero almost 7 years ago
- Assignee changed from Jaime Melis to Ruben S. Montero
#8 Updated by Ruben S. Montero almost 7 years ago
- Status changed from New to Closed