diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-07-03 13:05:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 13:05:04 -0400 |
| commit | d930406c16e37902eac5c0772ab47610177cb100 (patch) | |
| tree | bc2aa30de864655a1f887711d2606a8b8b74526d /zebra/zebra_errors.c | |
| parent | 9e420af742eb1e35494aa396a8d704255b3a28ec (diff) | |
| parent | f203510a7a6ac7a2e6babc0b926ad98076ecdaa8 (diff) | |
Merge pull request #4641 from qlyoung/remove-zebra-bs-irdp
zebra: remove bs irdp error code
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", |
