Open opolyakov opened 9 years ago
@opolyakov Would you mind submitting that as a PR against the develop
branch? Perhaps with some info in the README.md?
I can do it, It just may take some time .
On Tuesday, October 6, 2015 11:22 PM, Mike Arnold <notifications@github.com> wrote:
@opolyakov Would you mind submitting that as a PR against the develop branch? Perhaps with some info in the README.md?— Reply to this email directly or view it on GitHub.
Sometimes one needs to specify PHYSDEV for VLAN interface, for example when interfaces are named vlanXXXX.
Here is the simple patch to add PHYSDEV into puppet-network :
Puppet config for VLAN interface would include line physdev => 'eth0',
It will be shown in configuration file as PHYSDEV="eth0"
It would be also nice to add VLAN_NAME_TYPE variable there.