diff options
| author | Russ White <russ@riw.us> | 2022-11-24 10:21:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 10:21:25 -0500 |
| commit | d15c84fa223bb32500912af1d05c8a701a643e15 (patch) | |
| tree | 9efe0b020f1e7329bda90dce4943a7f7503ac1f3 /lib/libospf.h | |
| parent | f6ebf84d43850bcbcde53aa7e5058e21c1d71fa6 (diff) | |
| parent | ca5997cd018ec66534285130d02de168a3a4ed5c (diff) | |
Merge pull request #12317 from mobash-rasool/ospf-fixes
ospfd: Fix RFC conformance test cases 25.19 and 27.6
Diffstat (limited to 'lib/libospf.h')
| -rw-r--r-- | lib/libospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libospf.h b/lib/libospf.h index c8ada9d3c5..161c7635d8 100644 --- a/lib/libospf.h +++ b/lib/libospf.h @@ -52,6 +52,7 @@ extern "C" { #define OSPF_DEFAULT_DESTINATION 0x00000000 /* 0.0.0.0 */ #define OSPF_INITIAL_SEQUENCE_NUMBER 0x80000001U #define OSPF_MAX_SEQUENCE_NUMBER 0x7fffffffU +#define OSPF_INVALID_SEQUENCE_NUMBER 0x80000000U /* OSPF Interface Types */ #define OSPF_IFTYPE_NONE 0 |
