summaryrefslogtreecommitdiff
path: root/ospfd/ospf_ext.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-05-28 20:03:43 -0300
committerGitHub <noreply@github.com>2020-05-28 20:03:43 -0300
commitca4f4a3660de84d09696656bd7bd444cf48d7cf9 (patch)
tree0a8e04e152b42a3604d0b66cb3b58cc74b5761f8 /ospfd/ospf_ext.h
parentc6a9c60f97816488e2ca025764bd4c0be9e2b483 (diff)
parent731271b0bdef62f96d84c77da53e519d02f6c5e5 (diff)
Merge pull request #6416 from Orange-OpenSource/master
ospfd: Solve crash after removing and adding conf.
Diffstat (limited to 'ospfd/ospf_ext.h')
-rw-r--r--ospfd/ospf_ext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfd/ospf_ext.h b/ospfd/ospf_ext.h
index c3f9ae94dc..0071584e26 100644
--- a/ospfd/ospf_ext.h
+++ b/ospfd/ospf_ext.h
@@ -151,10 +151,6 @@ struct ospf_ext_lp {
*/
uint8_t scope;
- /* area pointer if flooding is Type 10 Null if flooding is AS scope */
- struct ospf_area *area;
- struct in_addr area_id;
-
/* List of interface with Segment Routing enable */
struct list *iflist;
};