summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2017-10-02 20:47:02 +0200
committerChirag Shah <chirag@cumulusnetworks.com>2017-10-03 18:22:47 +0200
commitf1a0393033571f6eb78bafd77ea715c0634f1535 (patch)
tree9afeafe9ec41c07e9b0546a905d079cf78a134f2 /ospfd/ospfd.h
parentospfd: fix vrf bind sock non-linux system (diff)
downloadfrr-f1a0393033571f6eb78bafd77ea715c0634f1535.tar.xz
frr-f1a0393033571f6eb78bafd77ea715c0634f1535.zip
ospfd: OSPFv2 VRF remove iflist from master
Remove instances of ospf master's iflist and use vrf_list with ospf vrf_id. Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--ospfd/ospfd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index fb564ee27..01147c200 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -93,8 +93,6 @@ struct ospf_master {
/* OSPF thread master. */
struct thread_master *master;
- /* Zebra interface list. */
- struct list *iflist;
/* Redistributed external information. */
struct list *external[ZEBRA_ROUTE_MAX + 1];