commit | d5a097c931cdea19790f8d21cc1aaad5bb258e6f | [log] [tgz] |
---|---|---|
author | Ramon Melero <rmelero@mirantis.com> | Mon Jun 12 22:19:02 2017 -0500 |
committer | GitHub <noreply@github.com> | Mon Jun 12 22:19:02 2017 -0500 |
tree | 7990f1b49b08463feb34bcd868091b4bd621adf3 | |
parent | 8fb5ec75f5a231e282c927a4799281e56e658bcd [diff] |
Adds ability to set mtu in reclass Change of mtu is not handled by reclass. Example interface: ``` br_ctl: enabled: true type: bridge proto: static mtu: 1450 address: ${_param:single_address} gateway: ${_param:ctl_gateway} netmask: ${_param:control_network_netmask} use_interfaces: - ${_param:primary_first_nic} ```