diff options
| author | Ben Howard <ben.howard@canonical.com> | 2014-01-24 12:52:04 -0700 |
|---|---|---|
| committer | Ben Howard <ben.howard@canonical.com> | 2014-01-24 12:52:04 -0700 |
| commit | 7079fac4646380db1e064a433d7843473bda1542 (patch) | |
| tree | cb7a4307e0b2929a4b07e99769579d04c89ca123 /cloudinit/distros | |
| parent | fb55c1079375454d2a2a2f82c6c1812759eeb1f1 (diff) | |
| download | vyos-cloud-init-7079fac4646380db1e064a433d7843473bda1542.tar.gz vyos-cloud-init-7079fac4646380db1e064a433d7843473bda1542.zip | |
Fixed flip-flopped comment
Diffstat (limited to 'cloudinit/distros')
| -rw-r--r-- | cloudinit/distros/freebsd.py | 2 | ||||
| -rw-r--r-- | cloudinit/distros/net_util.py | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/cloudinit/distros/freebsd.py b/cloudinit/distros/freebsd.py index f1650a77..d28860eb 100644 --- a/cloudinit/distros/freebsd.py +++ b/cloudinit/distros/freebsd.py @@ -2,7 +2,7 @@ # # Copyright (C) 2014 Harm Weites # -# Author: Harm Weites <harm@weites.com> +# Author: Harm Weites <harm@weites.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, as diff --git a/cloudinit/distros/net_util.py b/cloudinit/distros/net_util.py index 5f60666d..b9bcfd8b 100644 --- a/cloudinit/distros/net_util.py +++ b/cloudinit/distros/net_util.py @@ -51,7 +51,7 @@ # # auto lo # iface lo inet loopback -# +# # auto eth0 # iface eth0 inet static # address 10.0.0.1 @@ -64,17 +64,17 @@ # { # "lo": { # "auto": true -# }, +# }, # "eth0": { -# "auto": true, +# "auto": true, # "dns-nameservers": [ -# "98.0.0.1", +# "98.0.0.1", # "98.0.0.2" -# ], -# "broadcast": "10.0.0.255", -# "netmask": "255.255.252.0", -# "bootproto": "static", -# "address": "10.0.0.1", +# ], +# "broadcast": "10.0.0.255", +# "netmask": "255.255.252.0", +# "bootproto": "static", +# "address": "10.0.0.1", # "gateway": "10.0.0.2" # } # } |
