aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuytenh <buytenh>2001-06-22 20:04:00 +0000
committerbuytenh <buytenh>2001-06-22 20:04:00 +0000
commit5ebce1b07c6f0ad10a6bb8c75e89d59def9ec81d (patch)
treeeee92dde10ad473df1cdbdc69b2612d56c569bf8
parentfc88c325a473093e525c985d6d1d8f0c35e0c268 (diff)
downloadbridge-utils-5ebce1b07c6f0ad10a6bb8c75e89d59def9ec81d.tar.gz
Remove references to openrock.
Bring docs somewhat more up-to-date.
-rw-r--r--README11
-rw-r--r--bridge-utils.spec4
-rw-r--r--doc/FAQ2
-rw-r--r--doc/FIREWALL1
-rw-r--r--doc/FIREWALL.IPTABLES5
-rw-r--r--doc/HOWTO7
-rw-r--r--doc/WISHLIST5
7 files changed, 12 insertions, 23 deletions
diff --git a/README b/README
index 7f2dbbf..3167dd4 100644
--- a/README
+++ b/README
@@ -4,9 +4,8 @@ In this package you'll find the new-and-improved linux ethernet
bridging code. I (Lennert Buytenhek) rewrote the linux bridging code
because the old code was a big mess and nonextensible.
-Snapshots of the new code are published at:
-http://openrock.net/bridge and
-ftp://openrock.net/bridge
+The new code is published at:
+ http://bridge.sourceforge.net/
@@ -24,15 +23,13 @@ Advantages of the new code are:
- It works as a module.
-If you have any comments, questions or suggestions, please visit
-http://openrock.net and look for the bridge mailing list. Or
-mail me directly at buytenh@openrock.net.
+If you have any comments, questions or suggestions, please send email to
+the mailing list.
Have fun!
Lennert Buytenhek
-<buytenh@openrock.net>
diff --git a/bridge-utils.spec b/bridge-utils.spec
index 6494710..edaeddd 100644
--- a/bridge-utils.spec
+++ b/bridge-utils.spec
@@ -1,10 +1,10 @@
Summary: Utilities for configuring the linux ethernet bridge.
Name: bridge-utils
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Copyright: GPL
Group: Applications/System
-Source0: ftp://openrock.net/bridge/bridge-utils-%{PACKAGE_VERSION}.tar.gz
+Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz
BuildRoot: /var/tmp/%{name}-root
%description
diff --git a/doc/FAQ b/doc/FAQ
index ed1d05b..f6be70c 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Hi,
If you have still unanswered questions after reading the HOWTO and the
-FAQ, you have found a bug. Please report bugs to bridge@openrock.net
+FAQ, you have found a bug. Please report bugs to bridge@math.leidenuniv.nl
greetings,
diff --git a/doc/FIREWALL b/doc/FIREWALL
index ea000ee..8ba50b2 100644
--- a/doc/FIREWALL
+++ b/doc/FIREWALL
@@ -32,4 +32,3 @@ Example:
Lennert Buytenhek
-<buytenh@openrock.net>
diff --git a/doc/FIREWALL.IPTABLES b/doc/FIREWALL.IPTABLES
index 7ba69d4..7302c98 100644
--- a/doc/FIREWALL.IPTABLES
+++ b/doc/FIREWALL.IPTABLES
@@ -1,3 +1,7 @@
+This document is out of date.
+
+
+---
It is now possible to use iptables to firewall on bridge
forwarding. It works mostly like the 2.2 patch, but with this
difference that the packets are just passed to the 'main' chains.
@@ -50,4 +54,3 @@ bash#
Lennert Buytenhek
-<buytenh@openrock.net>
diff --git a/doc/HOWTO b/doc/HOWTO
index e01d946..3729618 100644
--- a/doc/HOWTO
+++ b/doc/HOWTO
@@ -102,9 +102,4 @@ ipchains -A forward -s 192.168.10.2/32 -d 10.0.0.0/8 -i br_10 -j ACCEPT
-Hope this helped. If not, send a cry for help to the mailing list (see
-http://openrock.net/mailman/listinfo/bridge for more information), or
-send me an email at buytenh@openrock.net
-
-
-That's all folks!
+Hope this helped. If not, send a cry for help to the mailing list.
diff --git a/doc/WISHLIST b/doc/WISHLIST
index fdc664c..8b70537 100644
--- a/doc/WISHLIST
+++ b/doc/WISHLIST
@@ -1,10 +1,5 @@
Would be nice if:
-- Get the 802.1d tcpdump patch merged into Alexey's version.
-
-- Kernel driver (a la ipip and ip_gre) which encapsulates raw ethernet
- frames in raw IP (proto 97) or UDP/IP packets.
-
- Add address learning limiting (hard limit at a fixed # of
addresses? or maybe using rate markers?). There is a nasty DoS in
here.