]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add sysctl net.inet.icmp.reply_src to specify the interface name
authorandre <andre@FreeBSD.org>
Mon, 2 Feb 2004 22:53:16 +0000 (22:53 +0000)
committerandre <andre@FreeBSD.org>
Mon, 2 Feb 2004 22:53:16 +0000 (22:53 +0000)
commit92b93ba391ee959e0d2d00e79183a22f1a289ff0
tree602ae2abea6082b38a2001647101117e4cdbe55c
parentb302b73b2f51eb9e91f3450ba38de23267e78c4d
Add sysctl net.inet.icmp.reply_src to specify the interface name
used for the ICMP reply source in reponse to packets which are not
directly addressed to us.  By default continue with with normal
source selection.

Reviewed by: bms
sys/netinet/ip_icmp.c