diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 06:22:36 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 06:22:36 +0800 |
commit | 5db0acfb5c182551e82e942beb4f491719a5f4b5 (patch) | |
tree | 08f8214d47c4f795ecdc4037339bf00683e6f748 /net/Makefile | |
parent | d487771c0e52d197e011be93b7ab924370bdc274 (diff) | |
download | freebsd-ports-gnome-5db0acfb5c182551e82e942beb4f491719a5f4b5.tar.gz freebsd-ports-gnome-5db0acfb5c182551e82e942beb4f491719a5f4b5.tar.zst freebsd-ports-gnome-5db0acfb5c182551e82e942beb4f491719a5f4b5.zip |
The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.
PR: ports/79612
Submitted by: David Cornejo <dave@dogwood.com>
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 8583da21d939..69602e2b59f2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -432,6 +432,7 @@ SUBDIR += obnc SUBDIR += ocaml-jabbr SUBDIR += ohphone + SUBDIR += olsrd SUBDIR += onenetd SUBDIR += openam SUBDIR += opendchub |