diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-03 02:27:14 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-03 02:27:14 +0200 |
commit | f203510a7a6ac7a2e6babc0b926ad98076ecdaa8 (patch) | |
tree | 74726a6a24bb0885c214fa151c2122e017dda535 /zebra/zebra_errors.h | |
parent | Merge pull request #4634 from mjstapp/vty_report_pids (diff) | |
download | frr-f203510a7a6ac7a2e6babc0b926ad98076ecdaa8.tar.xz frr-f203510a7a6ac7a2e6babc0b926ad98076ecdaa8.zip |
zebra: remove bs irdp error code
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.h')
-rw-r--r-- | zebra/zebra_errors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index 2b7831a40..222055dd8 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -85,7 +85,6 @@ enum zebra_log_refs { EC_ZEBRA_IRDP_BAD_CHECKSUM, EC_ZEBRA_IRDP_BAD_TYPE_CODE, EC_ZEBRA_IRDP_BAD_RX_FLAGS, - EC_ZEBRA_IRDP_BAD_TYPE, EC_ZEBRA_RNH_NO_TABLE, EC_ZEBRA_IFLIST_FAILED, EC_ZEBRA_FPM_FORMAT_UNKNOWN, |