diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-24 16:10:59 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-25 09:52:28 +0200 |
commit | ce7495b49a5192b1cba17fd88cdb2495a40824e2 (patch) | |
tree | 005901ea2c816483fd1e195a066b0685f8c4d7b9 /nest/iface.c | |
parent | 19e79eb8adddb6194248974443b9a906f66984ce (diff) |
Refactoring of domains connected to pools
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c index a024b943..bbe38d3f 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -1018,7 +1018,7 @@ if_choose_router_id(struct iface_patt *mask, u32 old_id) void if_init(void) { - iface_domain = DOMAIN_NEW(attrs, "Interfaces"); + iface_domain = DOMAIN_NEW(attrs); IFACE_LOCK; if_pool = rp_new(&root_pool, iface_domain.attrs, "Interfaces"); |