> "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
Andre> Ok, I am asking you to check out if it works for you the same
Andre> way it works for me. Then we can proceed to the next step and
Andre> try to find out why it is different than it used to be for you.
Well... I did ask what lin
David Gilbert wrote:
>
> > "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
>
> Andre> Where are the outer addresses?
>
> 24.100.27.151 to 66.246.133.17. As I said... the above was the older
> output ... which is the same save printing the tunnel endpoints.
>
> Andre> It should look
> "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
Andre> Where are the outer addresses?
24.100.27.151 to 66.246.133.17. As I said... the above was the older
output ... which is the same save printing the tunnel endpoints.
Andre> It should look like this (at least I was able to get co
David Gilbert wrote:
>
> > "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
>
> >> I'm not sure what's up. Your patch wouldn't apply to v1.17 of my
> >> if_gre.c, so something's wrong with the patch. Regardless, I
> >> applied the patch by hand and things didn't work yet.
>
> Andre>
> "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
>> I'm not sure what's up. Your patch wouldn't apply to v1.17 of my
>> if_gre.c, so something's wrong with the patch. Regardless, I
>> applied the patch by hand and things didn't work yet.
Andre> Didn't it apply because of patch comp
David Gilbert wrote:
>
> > "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
>
> Andre> David, the problem with if_gre is actually twofold:
>
> Andre> - the change of htons(m->m_pkthdr.len) in the last commit to
> Andre> that file is incorrect. In FreeBSD this is done in ip_output
>
> "Andre" == Andre Oppermann <[EMAIL PROTECTED]> writes:
Andre> David, the problem with if_gre is actually twofold:
Andre> - the change of htons(m->m_pkthdr.len) in the last commit to
Andre> that file is incorrect. In FreeBSD this is done in ip_output
Andre> for all packets sent (unless RA
David,
the problem with if_gre is actually twofold:
- the change of htons(m->m_pkthdr.len) in the last commit to that
file is incorrect. In FreeBSD this is done in ip_output for all
packets sent (unless RAW).
- The struct ip which is contained in struct gh is not correctly
intialized.