Fixed typo from adress to address (#52143)

Signed-off-by: Amol Kahat <akahat@redhat.com>
This commit is contained in:
Amol Kahat 2019-02-13 13:57:13 +05:30 committed by Abhijeet Kasurde
parent 1c352dfea2
commit 563725ba98
110 changed files with 128 additions and 128 deletions

View file

@ -220,7 +220,7 @@ class LinuxNetwork(Network):
default_ipv4['broadcast'] = broadcast
default_ipv4['netmask'] = netmask
default_ipv4['network'] = network
# NOTE: macadress is ref from outside scope
# NOTE: macaddress is ref from outside scope
default_ipv4['macaddress'] = macaddress
default_ipv4['mtu'] = interfaces[device]['mtu']
default_ipv4['type'] = interfaces[device].get("type", "unknown")