diff options
author | bms <bms@FreeBSD.org> | 2003-09-28 07:40:56 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-09-28 07:40:56 +0800 |
commit | 422c7fe9a74730b39cb1d3eac89ab99744838c7e (patch) | |
tree | 23f2c21faea98218eaf2f88ca0f079e5535bae5b /net/Makefile | |
parent | cf99910974e02b7d7394a1d2cdb42615c8d00305 (diff) | |
download | freebsd-ports-gnome-422c7fe9a74730b39cb1d3eac89ab99744838c7e.tar.gz freebsd-ports-gnome-422c7fe9a74730b39cb1d3eac89ab99744838c7e.tar.zst freebsd-ports-gnome-422c7fe9a74730b39cb1d3eac89ab99744838c7e.zip |
Quagga is a new fork of the GNU Zebra software router. This version, 0.96.2,
fixes many bugs in Zebra and adds several new features including support
for OSPFAPI, allowing developers to build powerful applications on top
of the OSPF routing protocol.
Submitted by: fuzzball@ipv6peer.net
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 341b3e736901..77473b0fa753 100644 --- a/net/Makefile +++ b/net/Makefile @@ -543,6 +543,7 @@ SUBDIR += pygopherd SUBDIR += pyslsk SUBDIR += qadsl + SUBDIR += quagga SUBDIR += queso SUBDIR += radiator SUBDIR += radiusclient |