diff options
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index 0a6b0365..968430ab 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -187,9 +187,6 @@ struct zebra_if /* Router advertise configuration. */ u_char rtadv_enable; - /* Interface's address. */ - struct list *address; - /* Installed addresses chains tree. */ struct route_table *ipv4_subnets; |