The brouted port was marked FORBIDDEN for security reasons 2 years and 1

month ago.  Remove it.
This commit is contained in:
Kris Kennaway 2002-10-13 03:28:30 +00:00
parent 63f35a40db
commit e5060a300d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67925
6 changed files with 0 additions and 48 deletions

View File

@ -37,7 +37,6 @@
SUBDIR += binkd
SUBDIR += boclient
SUBDIR += bounce
SUBDIR += brouted
SUBDIR += bsd-airtools
SUBDIR += bsdproxy
SUBDIR += cap

View File

@ -1,20 +0,0 @@
# New ports collection makefile for: brouted
# Date created: 5 May 1999
# Whom: swjeong
#
# $FreeBSD$
#
PORTNAME= brouted
PORTVERSION= 1.2b
CATEGORIES= net
MASTER_SITES= ftp://www.kitel.co.kr/pub/
MAINTAINER= swjeong@kitel.co.kr
FORBIDDEN= "Buffer overflow yielding setgid kmem"
MAN8= brouted.8
MANCOMPRESSED= yes
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (brouted-1.2b.tar.gz) = b482a1de507138669e055d902684e02f

View File

@ -1 +0,0 @@
Dynamic routing daemon acting on source IP of TCP connection

View File

@ -1,24 +0,0 @@
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

View File

@ -1 +0,0 @@
sbin/brouted