Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 1996 10:50:43 -0800 (PST)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet if_ether.c
Message-ID:  <199611151850.KAA07728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      96/11/15 10:50:40

  Modified:    sys/netinet  if_ether.c
  Log:
  Reword two messages:
  
  duplicate ip address 204.162.228.7! sent from ethernet address: 08:00:20:09:7b:1d
  changed to
  arp: 08:00:20:09:7b:1d is using my IP address 204.162.228.7!
  
  and
  
  arp info overwritten for 204.162.228.2 by 08:00:20:09:7b:1d
  changed to
  arp: 204.162.228.2 moved from 08:00:20:07:b6:a0 to 08:00:20:09:7b:1d
  
  I think the new wordings are more clear and could save some support
  questions.
  
  Revision  Changes    Path
  1.35      +6 -5      src/sys/netinet/if_ether.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611151850.KAA07728>