bin/130159: [patch] ppp(8) fails to correctly set routes

Brett Glass brett at lariat.net
Mon Apr 13 14:30:12 UTC 2009


The following reply was made to PR bin/130159; it has been noted by GNATS.

From: Brett Glass <brett at lariat.net>
To: "Luiz Otavio O Souza" <loos.br at gmail.com>, "Qing Li" <qingli at freebsd.org>,
        <bug-followup at freebsd.org>
Cc:  
Subject: Re: bin/130159: [patch] ppp(8) fails to correctly set routes
Date: Mon, 13 Apr 2009 08:27:08 -0600

 P.S. -- I am still seeing the gateway flag on PPP interfaces after 
 installing Qing Li's patch. Here is the output of "netstat -ran" 
 (note the bottom entries):
 
 Internet:
 Destination        Gateway            Flags    Refs      Use  Netif Expire
 default            66.119.58.1        UGS         0      488    xl0
 66.119.58.0/24     link#1             UC          0        0    xl0
 66.119.58.1        00:02:b3:66:03:63  UHLW        2        0    xl0   1198
 66.119.58.13       88:17:20:22:38:11  UHLW        1       97    xl0   1102
 66.119.58.254      00:02:b3:66:03:63  UHLW        1       63    xl0    921
 127.0.0.1          127.0.0.1          UH          0       34    lo0
 172.17.0.0/16      link#2             UC          0        0    dc0
 172.17.0.2/32      link#2             UC          0        0    dc0
 172.17.0.3/32      link#2             UC          0        0    dc0
 172.17.0.4/32      link#2             UC          0        0    dc0
 172.17.2.53        00:60:b3:5e:20:bb  UHLW        1      131    dc0    994
 172.17.250.21      00:19:3b:80:36:68  UHLW        1        2    dc0   1093
 172.17.250.22      00:19:3b:80:37:c6  UHLW        1     2035    dc0   1163
 172.17.250.23      00:19:3b:80:37:c2  UHLW        1        2    dc0   1128
 172.18.0.1         172.18.0.1         UH          2        0    lo0
 172.18.5.1         172.18.0.1         UGH         0      128   tun0
 172.18.217.33      172.18.0.1         UGH         0      596   tun2
 172.18.217.62      172.18.0.1         UGH         0       18   tun1
 
 The last two entries are PPTP sessions. They should say "UH", not "UGH".
 
 --Brett
 


More information about the freebsd-net mailing list