lkml.org 
[lkml]   [1996]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Pre-release 2.0.5 breaks network config scripts
Date
> Can we at least put a patch into route to strip the host portion.  This is
> the way I use route. I want say: route the net for which this host
> address is valid. In this way, a simple shell scripts can say:
>
> echo -n "Enter IP"
> read ip
> ifconfig eth0 $ip
> route add -net $ip

how about this patch:

- route add -net $ip
+ route add -host $ip



\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.038 / U:1.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site