cvs commit: src/sbin/route route.c

2008-04-15 Thread Ruslan Ermilov
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

cvs commit: src/sbin/route route.c

2008-04-10 Thread Ruslan Ermilov
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

cvs commit: src/sbin/route route.c

2008-03-29 Thread Remko Lodder
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

cvs commit: src/sbin/route route.c

2008-03-29 Thread Remko Lodder
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

Re: cvs commit: src/sbin/route route.c

2008-03-22 Thread Remko Lodder
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

cvs commit: src/sbin/route route.c

2008-03-22 Thread Remko Lodder
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

cvs commit: src/sbin/route route.c

2008-01-27 Thread Mike Makonnen
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

cvs commit: src/sbin/route route.c

2008-01-27 Thread Mike Makonnen
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

Re: cvs commit: src/sbin/route route.c

2007-11-04 Thread Mike Makonnen
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

cvs commit: src/sbin/route route.c

2007-11-04 Thread Mike Makonnen
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

Re: cvs commit: src/sbin/route route.c

2007-10-31 Thread Bruce Evans
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

Re: cvs commit: src/sbin/route route.c

2007-10-31 Thread Giorgos Keramidas
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

Re: cvs commit: src/sbin/route route.c

2007-10-31 Thread Mike Makonnen
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:

Re: cvs commit: src/sbin/route route.c

2007-10-30 Thread Giorgos Keramidas
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

cvs commit: src/sbin/route route.c

2007-10-28 Thread Mike Makonnen
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