summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 00:31:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 00:31:17 +0000
commitbd07fcc1da68757a2e41194c6aab41228916b6de (patch)
tree452b43ffdff010b8a9307c6f1160cdcb8cc51c0d /net
parentAdd the syncal port. (diff)
Initial import of brouted version 1.2b.
Dynamic routing daemon acting on source IP of TCP connection PR: 11515 Submitted by: swjeong <swjeong@bbs.kitel.co.kr>
Notes
Notes: svn path=/head/; revision=19351
Diffstat (limited to 'net')
-rw-r--r--net/brouted/Makefile18
-rw-r--r--net/brouted/distinfo1
-rw-r--r--net/brouted/pkg-comment1
-rw-r--r--net/brouted/pkg-descr24
-rw-r--r--net/brouted/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/net/brouted/Makefile b/net/brouted/Makefile
new file mode 100644
index 000000000000..761ccb8a6c91
--- /dev/null
+++ b/net/brouted/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: brouted
+# Version required: 1.2b
+# Date created: 5 May 1999
+# Whom: swjeong
+#
+# $Id$
+#
+
+DISTNAME= brouted-1.2b
+CATEGORIES= net
+MASTER_SITES= ftp://www.kitel.co.kr/pub/
+
+MAINTAINER= swjeong@kitel.co.kr
+
+MAN8= brouted.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
diff --git a/net/brouted/distinfo b/net/brouted/distinfo
new file mode 100644
index 000000000000..e4bbeb913cc3
--- /dev/null
+++ b/net/brouted/distinfo
@@ -0,0 +1 @@
+MD5 (brouted-1.2b.tar.gz) = b482a1de507138669e055d902684e02f
diff --git a/net/brouted/pkg-comment b/net/brouted/pkg-comment
new file mode 100644
index 000000000000..81f0be87f384
--- /dev/null
+++ b/net/brouted/pkg-comment
@@ -0,0 +1 @@
+Dynamic routing daemon acting on source IP of TCP connection
diff --git a/net/brouted/pkg-descr b/net/brouted/pkg-descr
new file mode 100644
index 000000000000..70749d1a8ef4
--- /dev/null
+++ b/net/brouted/pkg-descr
@@ -0,0 +1,24 @@
+Introduction
+============
+
+ This is a port of brouted. brouted is dynamic routing daemon
+ acting on source IP address of TCP connections. It's purpose
+ is to use multiple routing only TCP/IP leased line only with
+ a single host.
+
+
+How it works
+============
+
+ It checks PCB(Protocol Control Block) and kernel routing ta-
+ ble. If dedicated source IP appears in PCB, brouted checks
+ whether it's destination IP address exists in kernel routing
+ table. If it doesn't exists, brouted add new routing entry
+ which routes destination IP to dedicated gateway.
+
+ In similar manner, when the TCP connection drops, correspond-
+ ing routing entry is removed from kernel routing table.
+
+
+- Jeong Sung Won
+swjeong@kitel.co.kr
diff --git a/net/brouted/pkg-plist b/net/brouted/pkg-plist
new file mode 100644
index 000000000000..5a5e4276f1c6
--- /dev/null
+++ b/net/brouted/pkg-plist
@@ -0,0 +1 @@
+sbin/brouted