Bug 120163

Summary: [MAINTAINER] net-mgmt/ndpmon: update to 1.3d
Product: Ports & Packages Reporter: Janos Mohacsi <janos.mohacsi>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ndpmon-1.3d.patch none

Description Janos Mohacsi 2008-01-30 18:20:01 UTC
- 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
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-02-03 07:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-03 08:15:06 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-02-03 08:15:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!