Re: tcpdump: print some more info about md5 auth in ospf

2019-04-11 Thread Alexander Bluhm
On Thu, Apr 11, 2019 at 08:28:37AM +1000, David Gwynne wrote: > seeing the key-id in particular helped me debug a problem here. > > ok? OK bluhm@ > Index: ospf.h > === > RCS file: /cvs/src/usr.sbin/tcpdump/ospf.h,v > retrieving revis

iked: remove redundant state transition

2019-04-11 Thread Tobias Heider
Hi, this removes a redundant transition to IKEV2_STATE_CLOSING. Right after this state change ikev2_ikesa_delete is called which again sets the state to either IKEV2_STATE_CLOSING or IKEV2_STATE_CLOSED, depending on whether the caller is initiator or not. Index: sbin/iked/ikev2.c ===

iked: fix retransmission bug after simultaneous rekeying

2019-04-11 Thread Tobias Heider
Hi, this patch fixes a bug that appears after simultaneous rekeying of the ikesa. Currently the initiator does not set it's IKED_REQ_INFORMATIONAL flag when sending the delete request and thus rejects the response to the DELETE INFORMATIONAL request in ikev2_recv. The request is not removed from t