mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 09:00:13 +00:00
OSPFd: Correct compilation error
- Forget to remove ospf_router_info_unregister in ospfd_ri.c Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
This commit is contained in:
parent
7743f2f8c0
commit
c97dbe20a1
@ -1490,9 +1490,6 @@ DEFUN (no_router_info,
|
|||||||
if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED))
|
if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED))
|
||||||
ospf_router_info_lsa_schedule(FLUSH_THIS_LSA);
|
ospf_router_info_lsa_schedule(FLUSH_THIS_LSA);
|
||||||
|
|
||||||
/* Unregister the callbacks */
|
|
||||||
ospf_router_info_unregister();
|
|
||||||
|
|
||||||
OspfRI.enabled = false;
|
OspfRI.enabled = false;
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
|
@ -87,7 +87,7 @@ struct ri_tlv_router_cap {
|
|||||||
#define RI_STUB_SUPPORT 0x20000000
|
#define RI_STUB_SUPPORT 0x20000000
|
||||||
#define RI_TE_SUPPORT 0x10000000
|
#define RI_TE_SUPPORT 0x10000000
|
||||||
#define RI_P2P_OVER_LAN 0x08000000
|
#define RI_P2P_OVER_LAN 0x08000000
|
||||||
#define RI_TE_EXPERIMENTA 0x04000000
|
#define RI_TE_EXPERIMENTAL 0x04000000
|
||||||
|
|
||||||
#define RI_TLV_LENGTH 4
|
#define RI_TLV_LENGTH 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user