config: Abolish use of ConfigParser's DEFAULT feature
[hippotat] / hippotatd
index c03ae48..0482876 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')))