diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-05-28 20:03:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-28 20:03:43 -0300 |
| commit | ca4f4a3660de84d09696656bd7bd444cf48d7cf9 (patch) | |
| tree | 0a8e04e152b42a3604d0b66cb3b58cc74b5761f8 /ospfd/ospf_ext.h | |
| parent | c6a9c60f97816488e2ca025764bd4c0be9e2b483 (diff) | |
| parent | 731271b0bdef62f96d84c77da53e519d02f6c5e5 (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.h | 4 |
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; }; |
