aboutsummaryrefslogtreecommitdiffstats
path: root/examples/old-patches/README
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 14:47:53 +0100
commit630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch)
tree8c78ea7fc3324fa9039986649691cc52fabce162 /examples/old-patches/README
parent071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff)
Restructure folders.
Diffstat (limited to 'examples/old-patches/README')
-rw-r--r--examples/old-patches/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/old-patches/README b/examples/old-patches/README
deleted file mode 100644
index bc6a962..0000000
--- a/examples/old-patches/README
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Patches from pre TG14. None of these patches were in use under TG14.
-
-
-Includes various patch(es) we had to use.
-
-> dhcpd-never-broadcast.diff
-
-When using DHCP in routed networks, the router has to participate in rewriting
-and sending DHCP replies on to the user. Unfortunately, some devices,
-in particular Cisco's Nexus series of switches, drop such DHCP reply packets
-with the broadcast bit in the flags field of the DHCP message header set.
-Thi means that some operating systems, in particular Microsoft Windows Vista,
-can have problems getting DHCP to work in such environments. If you enable
-this flag, the DHCP server will never set the broadcast flags in the replies
-it sends, even if the client set the broadcast flag. This flag overrides
-the never-broadcast flag if both are set.