X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/916021af0447d61202fd909a722c28b08a4a13a3..5043eb307adeee7824f70edafb12e9bc3046a986:/hippotatlib/__init__.py diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index de939c8..dad12b2 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -521,7 +521,7 @@ def cfg_process_vnetwork(c, ss): def cfg_process_vaddr(c, ss): try: - c.vaddr = cfg1get(ss,'vaddr') + c.vaddr = ipaddr(cfg1get(ss,'vaddr')) except NoOptionError: cfg_process_vnetwork(c, ss) c.vaddr = next(c.vnetwork.hosts())