Mellanox / docker-sriov-plugin

Docker networking plugin for SRIOV and passthrough interfaces
Apache License 2.0
80 stars 19 forks source link

driver: allow setting network device prefix #3

Closed florolf closed 6 years ago

florolf commented 6 years ago

To be able to distinguish a passed-through interface (which might have special characteristics) inside a container, it is useful to control the naming of such an interface. Add an option to configure the prefix Docker will assign to interfaces on a per-network basis.

Signed-off-by: Florian Larysch fl@n621.de