diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-05-15 08:38:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 08:38:06 -0400 |
| commit | 36caef199ae3af4efddda7b5d2a6d9f43b8f58c4 (patch) | |
| tree | 59e26fedb422cace74a0e5bbf5216b7204ed58b0 /isisd/isis_errors.h | |
| parent | 5704e7109dc562d7d85c9b2a80ad8759cfba56ed (diff) | |
| parent | 82624cef0cf4475aed2be23ed8cad02a8e886d2e (diff) | |
Merge pull request #6404 from FRRouting/dev_isis_sr
isisd: IS-IS Segment Routing support
Diffstat (limited to 'isisd/isis_errors.h')
| -rw-r--r-- | isisd/isis_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_errors.h b/isisd/isis_errors.h index 0732737607..d5674dbf30 100644 --- a/isisd/isis_errors.h +++ b/isisd/isis_errors.h @@ -26,6 +26,7 @@ enum isis_log_refs { EC_ISIS_PACKET = ISIS_FERR_START, EC_ISIS_CONFIG, + EC_ISIS_SID_OVERFLOW, }; extern void isis_error_init(void); |
