ru 2008-04-15 10:02:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/route route.c
Log:
MFC: 1.85: Fix printing of sockaddr prefixes in verbose mode.
PR: bin/122403
Revision ChangesPath
1.81.2.3 +1 -1 s
ru 2008-04-10 12:16:20 UTC
FreeBSD src repository
Modified files:
sbin/route route.c
Log:
Fix printing of sockaddr prefixes in verbose mode.
PR: bin/122403
Submitted by: az
MFC after: 3 days
Revision ChangesPath
1.85 +1
remko 2008-03-29 13:44:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/route route.c
Log:
MFC rev 1.84 route.c
In route.c in newroute() there's a call to exit(0) if the command was
'get'. Since rtmsg() always gets called and ret
remko 2008-03-29 13:43:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/route route.c
Log:
MFC rev 1.84 route.c
In route.c in newroute() there's a call to exit(0) if the command was
'get'. Since rtmsg() always gets called and ret
On Sat, March 22, 2008 1:50 pm, Remko Lodder wrote:
> remko 2008-03-22 12:50:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/route route.c
> Log:
> In route.c in newroute() there's a call to exit(0) if the command was
> 'get'. Since rtmsg() always gets ca
remko 2008-03-22 12:50:44 UTC
FreeBSD src repository
Modified files:
sbin/route route.c
Log:
In route.c in newroute() there's a call to exit(0) if the command was
'get'. Since rtmsg() always gets called and returns 0 on success and -1
on failure, it's possible to
mtm 2008-01-28 07:37:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/route route.c
Log:
MFC: ver. 1.82-1.83
Fix an error in bit shifting logic for network addresses. The route
command would add incorrect routing entri
mtm 2008-01-28 07:35:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/route route.c
Log:
MFC: ver. 1.82-1.83
Fix an error in bit shifting logic for network addresses. The route
command would add incorrect routing entri
On Wed, 2007-10-31 at 23:41 +1100, Bruce Evans wrote:
> On Tue, 30 Oct 2007, Giorgos Keramidas wrote:
>
> > On 2007-10-29 00:08, Mike Makonnen <[EMAIL PROTECTED]> wrote:
> >> mtm 2007-10-29 00:08:24 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
> >> sbin/route
mtm 2007-11-04 11:12:41 UTC
FreeBSD src repository
Modified files:
sbin/route route.c
Log:
Don't mask the address in inet_makenetandmask() according to what class
it appears to be in: there is also CIDR.
Noticed by: tegge
Revision ChangesPath
1.83
On Tue, 30 Oct 2007, Giorgos Keramidas wrote:
On 2007-10-29 00:08, Mike Makonnen <[EMAIL PROTECTED]> wrote:
mtm 2007-10-29 00:08:24 UTC
FreeBSD src repository
Modified files:
sbin/route route.c
Log:
Fix an error in bit shifting logic for network addresses. The ro
On 2007-10-31 11:09, Mike Makonnen <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-10-30 at 22:10 +0200, Giorgos Keramidas wrote:
> > Nuno has also mentioned that `netstat -rn' gets things wrong; do you
> > have a WIP for that too? Do you need help with testing?
>
> Sorry, I haven't seen the discussion
On Tue, 2007-10-30 at 22:10 +0200, Giorgos Keramidas wrote:
> Nuno has also mentioned that `netstat -rn' gets things wrong; do you
> have a WIP for that too? Do you need help with testing?
Sorry, I haven't seen the discussion. Can you point me to it?
Cheers.
--
Mike Makonnen | GPG-KEY:
On 2007-10-29 00:08, Mike Makonnen <[EMAIL PROTECTED]> wrote:
> mtm 2007-10-29 00:08:24 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/route route.c
> Log:
> Fix an error in bit shifting logic for network addresses. The route
> command would add incorrect
mtm 2007-10-29 00:08:24 UTC
FreeBSD src repository
Modified files:
sbin/route route.c
Log:
Fix an error in bit shifting logic for network addresses. The route
command would add incorrect routing entries if network numbers weren't
fully "spelled" out according to
15 matches
Mail list logo