diff options
| author | David Lamparter <equinox@diac24.net> | 2018-09-14 17:35:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 17:35:58 +0200 |
| commit | 2fa3198399df58b1b039f094ad03d7c1329a2a3d (patch) | |
| tree | 8bfb9ce491addede73950d9320bb075df0969339 /ripd/rip_errors.c | |
| parent | 00256d2dde484dea5b3b819affd46747f5faacc7 (diff) | |
| parent | 1c50c1c0d683ebfa53c1607c71b8d26547e8f218 (diff) | |
Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-rename
warning reference cards rename
Diffstat (limited to 'ripd/rip_errors.c')
| -rw-r--r-- | ripd/rip_errors.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/ripd/rip_errors.c b/ripd/rip_errors.c index 363b1b7fb5..b6fc43ee7c 100644 --- a/ripd/rip_errors.c +++ b/ripd/rip_errors.c @@ -24,16 +24,13 @@ #include "rip_errors.h" static struct log_ref ferr_rip_err[] = { - { - .code = RIP_ERR_PACKET, - .title = "RIP Packet Error", - .description = "RIP has detected a packet encode/decode issue", - .suggestion = "Gather log files from both sides and open a Issue" - }, + {.code = EC_RIP_PACKET, + .title = "RIP Packet Error", + .description = "RIP has detected a packet encode/decode issue", + .suggestion = "Gather log files from both sides and open a Issue"}, { .code = END_FERR, - } -}; + }}; void rip_error_init(void) { |
