diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2017-10-02 11:47:02 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@cumulusnetworks.com> | 2017-10-03 09:22:47 -0700 |
| commit | f1a0393033571f6eb78bafd77ea715c0634f1535 (patch) | |
| tree | 9afeafe9ec41c07e9b0546a905d079cf78a134f2 /ospfd/ospf_interface.c | |
| parent | e1b18df1ea6b001486342e14982177531eae8e45 (diff) | |
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 'ospfd/ospf_interface.c')
| -rw-r--r-- | ospfd/ospf_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c index b623b173c1..d8d7caa688 100644 --- a/ospfd/ospf_interface.c +++ b/ospfd/ospf_interface.c @@ -1180,7 +1180,6 @@ u_char ospf_default_iftype(struct interface *ifp) void ospf_if_init() { /* Initialize Zebra interface data structure. */ - om->iflist = vrf_iflist(VRF_DEFAULT); hook_register_prio(if_add, 0, ospf_if_new_hook); hook_register_prio(if_del, 0, ospf_if_delete_hook); } |
