You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Tuesday, October 6, 2015 11:22 PM, Mike Arnold <[email protected]> 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.
The text was updated successfully, but these errors were encountered: