diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/bgpq | |
parent | ab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff) |
Notes
Diffstat (limited to 'net/bgpq')
-rw-r--r-- | net/bgpq/distinfo | 1 | ||||
-rw-r--r-- | net/bgpq/files/patch-ro.c | 27 | ||||
-rw-r--r-- | net/bgpq/pkg-descr | 9 |
3 files changed, 0 insertions, 37 deletions
diff --git a/net/bgpq/distinfo b/net/bgpq/distinfo deleted file mode 100644 index 100856e65d5e..000000000000 --- a/net/bgpq/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bgpq-1.0.7.6.tar.gz) = 40a08648480caba1de440659e89fed9d diff --git a/net/bgpq/files/patch-ro.c b/net/bgpq/files/patch-ro.c deleted file mode 100644 index 5563b4976daf..000000000000 --- a/net/bgpq/files/patch-ro.c +++ /dev/null @@ -1,27 +0,0 @@ ---- ro.c.orig Wed Oct 15 06:07:13 2003 -+++ ro.c Wed Oct 15 06:07:38 2003 -@@ -471,18 +471,18 @@ - if(extrange) { - if(retval<100 || (retval>199 && retval<2000) || retval>2699) { - fprintf(f,"\ --!============================================================================= --! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699) --!============================================================================= -+!=============================================================================\n\ -+! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)\n\ -+!=============================================================================\n\ - ",string); - exit(1); - }; - } else { - if((retval>100 && retval<1300) || retval>1999) { - fprintf(f,"\ --!============================================================================= --! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999) --!============================================================================= -+!=============================================================================\n\ -+! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)\n\ -+!=============================================================================\n\ - ",string); - - exit(1); diff --git a/net/bgpq/pkg-descr b/net/bgpq/pkg-descr deleted file mode 100644 index d22b77ce4ecb..000000000000 --- a/net/bgpq/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ - -This program is a lightweight access- and prefix-list generator -for Cisco routers and GateD/Zebra. Access lists are generated -based on RADB/RIPE data. - -This tool is not so powerful as RAToolSet, but has some -features missing in RAToolSet, such as optional filtering -of more specific routes in the same AS or acl string aggregation; -also, it does not requires Tcl/Tk to be installed. |