diff options
| author | Christian Hopps <chopps@labn.net> | 2022-01-19 06:42:03 -0500 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2022-06-02 16:37:16 -0400 | 
| commit | 97355a6d92759c712b018023f67d07c4726e8c14 (patch) | |
| tree | 0bc5a4f8014ae3b57dd5676be3b0e2505c74e86e /ospfd/ospf_api.h | |
| parent | b1e40ef0ea991e157a3299e8aab0c5d50a0412cd (diff) | |
ospfd: api: add new ISM and NSM sync requests
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'ospfd/ospf_api.h')
| -rw-r--r-- | ospfd/ospf_api.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_api.h b/ospfd/ospf_api.h index 7ff39dc123..50b0c21c77 100644 --- a/ospfd/ospf_api.h +++ b/ospfd/ospf_api.h @@ -116,6 +116,8 @@ extern void msg_fifo_free(struct msg_fifo *fifo);  #define MSG_ORIGINATE_REQUEST     5  #define MSG_DELETE_REQUEST        6  #define MSG_SYNC_REACHABLE        7 +#define MSG_SYNC_ISM              8 +#define MSG_SYNC_NSM              9  /* Messages from OSPF daemon. */  #define MSG_REPLY                10  | 
