From 69b2dcb92b8402b9c6df4d6a041a890fe6468e18 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 7 Sep 2011 14:37:18 +0200 Subject: add code for versioned lists and use it to manage addresses and routes --- interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 0f2eb85..36bde41 100644 --- a/interface.h +++ b/interface.h @@ -52,7 +52,8 @@ struct interface { const struct proto_handler *proto_handler; struct interface_proto_state *proto; - struct list_head address, routes; + struct vlist_tree proto_addr; + struct vlist_tree proto_route; /* errors/warnings while trying to bring up the interface */ struct list_head errors; -- cgit v1.2.3