cb67be3ffe9db80568822ca47a6e0d65e8fbf17f
howto/GRE-plus-IPsec.md
| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | # GRE+IPsec |
| 2 | 2 | |
| 3 | 3 | ## Why GRE? |
| 4 | -* [GRE](https://en.wikipedia.org/wiki/GRE) provides universal encapsulation on top of IP. |
|
| 4 | +* [GRE](https://en.wikipedia.org/wiki/Generic_routing_encapsulation) provides universal encapsulation on top of IP. |
|
| 5 | 5 | * It has a smaller header than UDP. |
| 6 | 6 | * GRE tunnels are processed in-kernel on *nix systems. |
| 7 | 7 | * It's supported by hardware routers. |