summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/distros/freebsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/freebsd.py b/cloudinit/distros/freebsd.py
index ee74cd2d..ee23fd20 100644
--- a/cloudinit/distros/freebsd.py
+++ b/cloudinit/distros/freebsd.py
@@ -124,7 +124,7 @@ class Distro(distros.Distro):
m = re.match('^\w+', line)
if m:
if m.group(0).startswith('lo'):
- next
+ continue
# Just settle with the first non-lo adapter we find, since it's
# rather unlikely there will be multiple nicdrivers involved.
bsddev = m.group(0)