diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.h b/nest/iface.h index 13f3bd12..b3dcc408 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -12,7 +12,7 @@ #include "lib/lists.h" #include "lib/ip.h" -extern list iface_list; +extern list global_iface_list; struct proto; struct pool; |