Properly initialize cached address map in kernel-pfroute plugin

This commit is contained in:
Tobias Brunner
2012-09-27 12:43:36 +02:00
parent 45178362c8
commit 9845391a95
@@ -731,6 +731,7 @@ static status_t init_address_list(private_kernel_pfroute_net_t *this)
addr->virtual = FALSE;
addr->refcount = 1;
iface->addrs->insert_last(iface->addrs, addr);
addr_map_entry_add(this, addr, iface);
}
}
}