diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-01-22 13:53:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 13:53:08 -0500 |
| commit | b9c25a2a906116dd4924045b7f663318e623b932 (patch) | |
| tree | 4a3ff33778adb5131f2cf9bf83531ef29d1e68dd /zebra/zebra_errors.h | |
| parent | b3cfe1e2da00c3a0233885d83d7d7246291c8e40 (diff) | |
| parent | 7fcb24bbaa91762965ad15aff10956919fdc3c08 (diff) | |
Merge pull request #3559 from opensourcerouting/zapi-sanity-checks
add a few moar sanity checks when encoding/decoding zapi routes
Diffstat (limited to 'zebra/zebra_errors.h')
| -rw-r--r-- | zebra/zebra_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index c3cdc4ed42..0af5f8a551 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -96,6 +96,7 @@ enum zebra_log_refs { EC_ZEBRA_VRF_NOT_FOUND, EC_ZEBRA_MORE_NH_THAN_MULTIPATH, EC_ZEBRA_NEXTHOP_CREATION_FAILED, + EC_ZEBRA_RX_ROUTE_NO_NEXTHOPS, EC_ZEBRA_RX_SRCDEST_WRONG_AFI, EC_ZEBRA_PSEUDOWIRE_EXISTS, EC_ZEBRA_PSEUDOWIRE_UNINSTALL_NOT_FOUND, |
