diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-03 00:27:14 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-03 00:27:14 +0000 |
| commit | f203510a7a6ac7a2e6babc0b926ad98076ecdaa8 (patch) | |
| tree | 74726a6a24bb0885c214fa151c2122e017dda535 /zebra/zebra_errors.c | |
| parent | db9f2ddde2f2e0f131c2f7299642c777c5aeb043 (diff) | |
zebra: remove bs irdp error code
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.c')
| -rw-r--r-- | zebra/zebra_errors.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c index cb5f30df1f..5f0a9ec011 100644 --- a/zebra/zebra_errors.c +++ b/zebra/zebra_errors.c @@ -381,14 +381,6 @@ static struct log_ref ferr_zebra_err[] = { "If you wish to receive the messages, change your IRDP settings accordingly.", }, { - .code = EC_ZEBRA_IRDP_BAD_TYPE, - .title = - "Zebra received IRDP packet with bad type", - .description = - "THIS IS BULLSHIT REMOVE ME", - .suggestion = "asdf", - }, - { .code = EC_ZEBRA_RNH_NO_TABLE, .title = "Zebra could not find table for next hop", |
