X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/764fcd06ad67cc097b77ace0fc941a836cd1ef33..d72f83602e9173940102c718974025e16b873657:/hippotatd diff --git a/hippotatd b/hippotatd index fe10eec..666fc1b 100755 --- a/hippotatd +++ b/hippotatd @@ -320,6 +320,9 @@ def process_cfg(_opts, putative_servers, putative_clients): c.vrelay = search break + try: c.ifname = cfg.get(c.server, 'ifname_server', raw=True) + except NoOptionError: pass + cfg_process_ipif(c, [c.server, 'DEFAULT'], (('local','vaddr'),