Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1329730

Summary: [RFE] support for lightweight (metadata) tunnels
Product: Red Hat Enterprise Linux 7 Reporter: Lance Richardson <lrichard>
Component: iprouteAssignee: Phil Sutter <psutter>
Status: CLOSED WONTFIX QA Contact: Jaroslav Aster <jaster>
Severity: low Docs Contact: Ioanna Gkioka <igkioka>
Priority: low    
Version: 7.3CC: aloughla, atragler, egarver, jaster, jbenc, jtluka, mleitner, omoris, psutter, rkhan, sukulkar
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: iproute-3.10.0-75.el7 Doc Type: Enhancement
Doc Text:
"iproute" now supports lightweight tunnels With this update, support for lightweight tunnels has been added to the "iproute" command. This allows users to manually create lightweight tunnels on the command line.
Story Points: ---
Clone Of:
: 1428426 (view as bug list) Environment:
Last Closed: 2017-06-16 14:15:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1323132, 1393481, 1428426    

Description Lance Richardson 2016-04-22 18:39:55 UTC
Description of problem:
Need iproute2 support for lightweight tunnels, including Geneve.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. ip link add gnv1 type geneve dstport 4789 external
2.
3.

Actual results:
# ip link add gnv1 type geneve dstport 4789 external
Garbage instead of arguments "dstport ...". Try "ip link help".


Expected results:
Successful execution of command.

Additional info:
Dependency on this BZ for kernel support:
https://bugzilla.redhat.com/show_bug.cgi?id=1283886

Comment 7 Phil Sutter 2017-02-23 15:32:13 UTC
*** Bug 1425061 has been marked as a duplicate of this bug. ***

Comment 11 Jiri Benc 2017-06-08 17:44:49 UTC
I filed bug 1459975 to remove this.