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 680837 - route command option mss sets MTU
Summary: route command option mss sets MTU
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: net-tools
Version: 6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Jiri Popelka
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks: GSS_6_2_PROPOSED 697582
TreeView+ depends on / blocked
 
Reported: 2011-02-28 05:48 UTC by Takuma Umeya
Modified: 2018-11-14 14:15 UTC (History)
5 users (show)

Fixed In Version: net-tools-1.60-107.el6
Doc Type: Bug Fix
Doc Text:
The route(8) manual page now includes an explicit description of the "mss M" option.
Clone Of:
Environment:
Last Closed: 2011-12-06 12:00:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
man patch against RHEL6 (734 bytes, patch)
2011-02-28 05:48 UTC, Takuma Umeya
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:1596 0 normal SHIPPED_LIVE net-tools bug fix update 2011-12-06 00:38:45 UTC

Description Takuma Umeya 2011-02-28 05:48:42 UTC
Created attachment 481308 [details]
man patch against RHEL6

Description of problem:
This is same as BZ671321, but this addresses RHEL6. 

mss option of route command sets MTU value. Looking in the code the value is
passed to inet_ioctl() of kernel, which only accepts setting MTU. I have a
patch to address this issue HOWEVER. Since this may affect the change in
behavior significantly, I'd like to propose man page change, so users are aware
that setting mss would mean setting MTU (although they are actually not the
same thing). 

Version-Release number of selected component (if applicable):
net-tools-1.60-102.el6

How reproducible:
Always 

Steps to Reproduce:                                                      
e.g: 
1. # route del default
2. # route add default gw 192.168.122.1 mtu 1500
Above the action shows the below: 
[root@olive-kvm164 ~]# cat /proc/net/route
Iface   Destination     Gateway         Flags   RefCnt  Use     Metric  Mask   
        MTU     Window  IRTT                                                    
eth0    007AA8C0        00000000        0001    0       0       0      
00FFFFFF        0       0       0                                               
eth0    0000FEA9        00000000        0001    0       0       0      
0000FFFF        0       0       0                                               
eth0    00000000        017AA8C0        0003    0       0       0      
00000000        1500    0       0           


Actual results:
Man page is not clear that mss sets MTU. 

Expected results:
Should be clear that mss sets MTU. 

Additional info:

Comment 6 Miroslav Svoboda 2011-08-26 15:13:08 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
The route(8) manual page now includes an explicit description of the "mss M" option.

Comment 9 errata-xmlrpc 2011-12-06 12:00:00 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2011-1596.html


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