Ipvlan l3 mode has very good performance and scalability.
But it needs to write routes to container networks in a routing tables at hosts.
This issue is to discuss how to manage the routing tables in ipvlan l3 mode.
In this plugin I make routing manager interface for ipvlan l3 mode and GoBGP routing manager.
it exchanges routes to container networks inter hosts with BGP protocol by GoBGP, and writes the routes to routing tables of each host.
It enable easy to use high performance , and high scalability(as BGP can aggregate routes) network.