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 1030813 - No error when duplicate default routes added in routing table
Summary: No error when duplicate default routes added in routing table
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: iproute
Version: 7.0
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Petr Šabata
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-15 08:40 UTC by Guangze Bai
Modified: 2015-02-08 21:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-15 09:08:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Guangze Bai 2013-11-15 08:40:00 UTC
Description of problem:


Version-Release number of selected component (if applicable):
In a RHEL7 guest, the initial routing table is:

# ip r s
default via 192.168.122.1 dev eth0  proto static  metric 1024 
192.168.122.0/24 dev eth0  proto kernel  scope link  src 192.168.122.16

# ip route add default via 192.168.122.1 dev eth0  proto static

No error shown and check it again:

# ip r s
default via 192.168.122.1 dev eth0  proto static 
default via 192.168.122.1 dev eth0  proto static  metric 1024 
192.168.122.0/24 dev eth0  proto kernel  scope link  src 192.168.122.16 

There are two default routes. That's the problem.

How reproducible:
always

Expected results:
Ban adding the duplicate in routing table.

Additional info:

Comment 1 Guangze Bai 2013-11-15 08:42:12 UTC
Forgot to say, I use following to reproduce:

iproute-3.10.0-6.el7.x86_64
kernel-3.10.0-48.el7.x86_64

Comment 3 Petr Šabata 2013-11-15 09:08:25 UTC
This is not a bug, let alone a regression.  If anything, this is an RFE.  Adding identical routes with different metrics has always been possible.

Even though it doesn't make much sense at first, there may be some scenarios where users could want this.


Note You need to log in before you can comment on or make changes to this bug.