Racoon(8) Deleting SPD Entries

2003-11-30 Thread Crist J. Clark
Versions: Racoon(8) from ports racoon-20030826a. FreeBSD kernel 4.8-RELEASE-p13. Running with net.key.prefered_oldsa=1, but flipping to 0 does not seem to make a difference. I am having some problems with racoon(8). Everything works fine for the lifetime of the initial SA, but then things die. Whe

Re: Racoon(8) Deleting SPD Entries

2003-11-30 Thread Alex Hayward
On Sat, 29 Nov 2003, Crist J. Clark wrote: > Versions: Racoon(8) from ports racoon-20030826a. FreeBSD kernel > 4.8-RELEASE-p13. Running with net.key.prefered_oldsa=1, but flipping > to 0 does not seem to make a difference. I've never quite seen the point of this option; surely using the old SA ju

[no subject]

2003-11-30 Thread Ivo Vachkov
Hi all, I've been trying to write some code using divert(4) sockets, but i meet the following difficulties: - when i get diverted packet it has both source and destination IP addresses the same. The attached code shows: 192.168.0.2 -> 192.168.0.2 getting 84 bytes, real: 84 and the

Re:

2003-11-30 Thread Louis A. Mamakos
The problem is in your test program; you're calling inet_ntoa() twice in your printf() invocation, and the second call to inet_ntoa() overwrites the static buffer that's returned. louie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma