plugins: add ipvlan main plugin
authorStefan Junker <code@stefanjunker.de>
Sun, 3 May 2015 06:18:03 +0000 (23:18 -0700)
committerStefan Junker <code@stefanjunker.de>
Sun, 3 May 2015 06:18:03 +0000 (23:18 -0700)
commit1a71eb0caf81b539248194f103b278a8c95ad943
treefc35a18eb232f31d4a2fb0549fcac2fb949dce55
parent88377fa3466eea30817b038c69ac06686e7655b7
plugins: add ipvlan main plugin

Add the ipvlan main plugin which is heavily based on the macvlan plugin.
Availabile modes for this plugin are l2 and l3, wheres l2 has the higher
compatibility due to support for multicast and broadcasts. L2 has therefore been
chosen as the default mode.
See the official docs at
https://www.kernel.org/doc/Documentation/networking/ipvlan.txt
for more information.

Fixes #6.
plugins/main/ipvlan/ipvlan.go [new file with mode: 0644]