On 29.10.2014 12:35, Andrey V. Elsukov wrote:
> Hi All,
>
> I prepared the patch for review
> https://reviews.freebsd.org/D1023
For those who want to test, I prepared a tarball with sources
https://people.freebsd.org/~ae/gre.tgz
Modules should work on stable/10 and head/ without modifi
Hi All,
I prepared the patch for review
https://reviews.freebsd.org/D1023
Split if_gre(4) into two modules, if_gre(4) for GRE encapsulation
and if_me(4) for minimal encapsulation within IP.
gre(4) changes:
* convert to if_transmit;
* rework locking: protect access to softc with rmlock, protec