diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:31:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:31:17 +0000 |
commit | bd07fcc1da68757a2e41194c6aab41228916b6de (patch) | |
tree | 452b43ffdff010b8a9307c6f1160cdcb8cc51c0d /net/brouted | |
parent | 1168ac2097d435c3130b5ffdd45f78e8dc6c7d89 (diff) |
Notes
Diffstat (limited to 'net/brouted')
-rw-r--r-- | net/brouted/Makefile | 18 | ||||
-rw-r--r-- | net/brouted/distinfo | 1 | ||||
-rw-r--r-- | net/brouted/pkg-comment | 1 | ||||
-rw-r--r-- | net/brouted/pkg-descr | 24 | ||||
-rw-r--r-- | net/brouted/pkg-plist | 1 |
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 |