]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document Linux 2.1 version that supports SO_BINDTODEVICE
authorTed Lemon <source@isc.org>
Sat, 6 Dec 1997 04:01:54 +0000 (04:01 +0000)
committerTed Lemon <source@isc.org>
Sat, 6 Dec 1997 04:01:54 +0000 (04:01 +0000)
README

diff --git a/README b/README
index 5cab3e373fc2202e1c8db3061b8bfd51c23ed76c..8abf3c68e7d904f70454f0bf9f8206e979788ac2 100644 (file)
--- a/README
+++ b/README
@@ -127,9 +127,8 @@ soon.
 
 If you are running a Linux 2.1 kernel, this does not guarantee that you
 have SO_BINDTODEVICE.   Linux 2.0.31 was released quite a while after 2.1
-kernel development began.   I do not know what version of Linux 2.1 has
-this feature.   To find out if yours does, check /usr/include/sys/sock*.h
-to see if SO_BINDTODEVICE is defined.
+kernel development began.   The earliest Linux kernel in the 2.1
+development stream with SO_BINDTODEVICE is version 2.1.68.
 
 We have heard reports that you must still add routes to 255.255.255.255
 in order for the all-ones broadcast to work, even on 2.0.31 kernels.