On 2014-12-28, Daniel Ouellet <[email protected]> wrote: > When all is done it will be ospf over vether over gif tunnel
Does vether give any benefit here? I think that you should just be able to route the addresses over the gif interface without the extra layer of indirection (and overhead from carrying ethernet headers). The classic use case for vether is where you are bridging an ethernet at one location to a router at another (without needing to connect to a physical network at the second location).

