[1543] in linux-net channel archive
1.3.48 + gated reject routes?
daemon@ATHENA.MIT.EDU (Drew Eckhardt)
Fri Dec 22 05:24:49 1995
To: linux-net@vger.rutgers.edu
Date: Thu, 21 Dec 1995 02:16:27 -0700
From: Drew Eckhardt <drew@poohsticks.org>
With 1.2.10 + the reject route patch, this gated static clause
would install a set of reject routes in my kernel, which would
get replaced by the real routes as nets went up and down
static {
198.137.146.32 mask-length 28 gateway 127.0.0.1 preference 255 reject ;
198.137.146.48 mask-length 28 gateway 127.0.0.1 preference 255 reject ;
198.137.146.64 mask-length 28 gateway 127.0.0.1 preference 255 reject ;
198.137.146.80 mask-length 28 gateway 127.0.0.1 preference 255 reject ;
host dworkin-to-hub gateway 127.0.0.1 preference 255 reject ;
host hub-to-dworkin gateway 127.0.0.1 preference 255 reject ;
host ericr-to-hub gateway 127.0.0.1 preference 255 reject ;
host hub-to-ericr gateway 127.0.0.1 preference 255 reject ;
} ;
With 1.3.48, I no longer get any reject routes. What's up?