Re: pf state key link inp
Hello, > ok? sure, no objections/comments OK sashan@
pf state key link inp
Hi, There is a corner case where linking the inp to the state key does not work in pf. The function pf_inp_link() takes the state key from the mbuf and not the one we have just found. Introduce a new function pf_state_key_link_inpcb() that does exactly that together with some sanity checks. I h