Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2019 18:23:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 235699] Kernel panics when setting IP address if net.link.ether.inet.garp_rexmit_count=2
Message-ID:  <bug-235699-7501-GnR2nLNOGX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235699-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235699-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235699

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kp
Date: Tue Feb 19 18:22:57 UTC 2019
New revision: 344282
URL: https://svnweb.freebsd.org/changeset/base/344282

Log:
  MFC r344061:

  garp: Fix vnet related panic for gratuitous arp

  Gratuitous ARP packets are sent from a timer, which means we don't have a
vnet
  context set. As a result we panic trying to send the packet.

  Set the vnet context based on the interface associated with the interface
  address.

  To reproduce:
  sysctl net.link.ether.inet.garp_rexmit_count=3D2
  ifconfig vtnet1 10.0.0.1/24 up

  PR:           235699
  Reviewed by:  vangyzen@

Changes:
_U  stable/11/
  stable/11/sys/netinet/if_ether.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235699-7501-GnR2nLNOGX>