Bug 114677 - "ip route ls" advertised MSS differs from "route -nee"
Summary: "ip route ls" advertised MSS differs from "route -nee"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: iproute
Version: 9
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-31 03:16 UTC by Ales Ledvinka
Modified: 2015-03-05 01:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-31 03:27:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Ales Ledvinka 2004-01-31 03:16:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5)
Gecko/20031007 Firebird/0.7

Description of problem:
net-tools-1.60-7
iproute-2.4.7-7.80.1
(somewhat gruyerish kernel-2.4.18-14)

# route -nee
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref   
Use Iface    MSS   Window irtt
....   0.0.0.0         .... U     0      0        0 eth0     0     0 
    0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0       
0 lo       0     0      0
0.0.0.0         ....   0.0.0.0         UG    0      0        0 eth0  
  536   0      0

# ip route ls
..../.. dev eth0  scope link
127.0.0.0/8 dev lo  scope link
default via .... dev eth0  advmss 496

/proc/net/route
Iface   Destination     Gateway         Flags   RefCnt  Use     Metric
 Mask
MTU     Window  IRTT
eth0    ........        00000000        0001    0       0       0    
  ........
0       0       0

lo      0000007F        00000000        0001    0       0       0    
  000000FF
0       0       0

eth0    00000000        ........        0003    0       0       0    
  00000000
536     0       0


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


How reproducible:
Always

Steps to Reproduce:
1.every time but tried just on single machine
2.
3.
    

Additional info:

or please little more explanation in "ip route help" if what i see is
correct...

Comment 1 Ales Ledvinka 2004-01-31 03:27:52 UTC
shhh wrong package... proc file reads MTU not MSS -> ip is correct -
route broken.


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