diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-25 13:07:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-25 13:07:50 +0000 |
commit | f2e4a65c587f05c6ae4c1023d26d23107ba85c22 (patch) | |
tree | 21f869c3cfb07e8eb2c6441be5ea8e1d32714b3a /net/zebra/Makefile | |
parent | 687f841c0d307ac93b3e7488a8720f036829bc2a (diff) |
add patch to net/zebra
http://marc.theaimsgroup.com/?l=zebra&m=114058002007887&w=2
it makes ospfd use priority
queue (using heap sort) for its spf calculation.
It should change spf execution time of ospfd from N^2 to N log (N).
PR: ports/94216
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=200100
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 37837b3ebddc..f282b138bf88 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -7,6 +7,7 @@ PORTNAME= zebra PORTVERSION= 0.95a +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \ |