David DeSimone wrote:
Stephen Clark <[EMAIL PROTECTED]> wrote:
        switch (proto) {
        case IPPROTO_GRE:
                hlen += sizeof(struct gre_h);
+
+               m->m_flags &= ~(M_DECRYPTED);
+

Are there security implications from removing this flag?

That is a very good question. I was wondering the same thing myself.
Hopefully someone with a better understanding will comment on it.

Steve

--

"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety."  (Ben Franklin)

"The course of history shows that as a government grows, liberty
decreases."  (Thomas Jefferson)


_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to