diff options
| author | Russ White <russ@riw.us> | 2021-03-30 10:28:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 10:28:37 -0400 |
| commit | a2d351d19e60c771b02d4d103541e13a9f1b7402 (patch) | |
| tree | ee86d91543d76e6d0b07be5fe69cc4b475066fdc /lib/zclient.h | |
| parent | 40bf85a391381d4fe4ca57b82b5f4b237c6b40da (diff) | |
| parent | 1888e24382ba024e89d9ad582899607af20aea11 (diff) | |
Merge pull request #8137 from Orange-OpenSource/ospf_ls
ospfd: Add Link State support
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 5b2298c42d..bd952ea1e6 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -1134,7 +1134,7 @@ int zapi_opaque_reg_decode(struct stream *msg, */ enum zapi_opaque_registry { /* Request link-state database dump, at restart for example */ - LINK_STATE_REQUEST = 1, + LINK_STATE_SYNC = 1, /* Update containing link-state db info */ LINK_STATE_UPDATE = 2, /* Request LDP-SYNC state from LDP */ |
