- Update to 1.3d: * bug fix for ndp parsing * wrong ipv6 router: if neither the Link Local Address and the MAC address are known for a RA * wrong RA flags: if the managed and other flags in the RA are not well set * wrong source link address option: the MAC address in the Link Adress option does not match with the Ethernet source address * wrong ipv6 hop limit: IPv6 Hop Limit is not 255 * wrong RA lifetimes: preferred lifetime is bigger than the valid lifetime * RA valid lifetime too short: valid lifetime is less than 2 hours Cleanup in startup file. Added file(s): - files/patch-neighbor__list.xml.in Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2008-02-03 08:14:59 UTC FreeBSD ports repository Modified files: net-mgmt/ndpmon Makefile distinfo pkg-plist net-mgmt/ndpmon/files ndpmonitor.in patch-ndpmon__defs.h.in Added files: net-mgmt/ndpmon/files patch-neighbor__list.xml.in Log: - Update to 1.3d PR: ports/120163 Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer) Revision Changes Path 1.6 +4 -5 ports/net-mgmt/ndpmon/Makefile 1.5 +3 -3 ports/net-mgmt/ndpmon/distinfo 1.2 +2 -2 ports/net-mgmt/ndpmon/files/ndpmonitor.in 1.2 +6 -3 ports/net-mgmt/ndpmon/files/patch-ndpmon__defs.h.in 1.1 +13 -0 ports/net-mgmt/ndpmon/files/patch-neighbor__list.xml.in (new) 1.4 +2 -1 ports/net-mgmt/ndpmon/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!