chiark / gitweb /
config: Abolish use of ConfigParser's DEFAULT feature
[hippotat.git] / hippotatd
index c03ae4892f0d32037607c10fecbdc721ca79fcc8..0482876e4410db45729482631453571a9a7c18a7 100755 (executable)
--- a/hippotatd
+++ b/hippotatd
@@ -325,7 +325,7 @@ def process_cfg(_opts, putative_servers, putative_clients):
   except NoOptionError: pass
 
   cfg_process_ipif(c,
-                   [c.server, 'DEFAULT'],
+                   [c.server, 'COMMON'],
                    (('local','vaddr'),
                     ('peer', 'vrelay'),
                     ('rnets','vnetwork')))