aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

WIP: netns: add --nic with basic support for most interface types #11

Closed Snaipe closed 4 years ago

Snaipe commented 4 years ago

The intent is to add some semblance of network configuration for netnses. I've only currently reversed-engineered the netlink packets to configure macvlan and ipvlan interfaces, so the support is fairly limited to these two at the moment.

Still, open to comments on the overall design and CLI usage.