Projet

Général

Profil

« Précédent | Suivant » 

Révision 415b71f1

Ajouté par Ermal il y a plus de 9 ans

Fixes #3666. Set the sysctl net.inet.icmp.reply_from_interface to 1 to use the incoming interface to send the icmp reply from. It uses another part of patch to pf to undo NAT if it was already performed before

Voir les différences:

etc/inc/globals.inc
153 153
	"kern.random.sys.harvest.ethernet" => 0,
154 154
	"net.route.netisr_maxqlen" => 1024,
155 155
	"net.inet.udp.checksum" => 1,
156
	"net.bpf.zerocopy_enable" => 1
156
	"net.bpf.zerocopy_enable" => 1,
157
	"net.inet.icmp.reply_from_interface" => 1
157 158
);
158 159

  
159 160
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */

Formats disponibles : Unified diff