diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:14:28 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:14:28 +0000 |
| commit | 993c8024ff91d50332afaa611af4bc65a7b17afa (patch) | |
| tree | fc752e9b10c8b7356fdc66234baa4ec39402d73a /ripd/rip_errors.c | |
| parent | 298004a1396b23aa934708b12e27deff50e4d209 (diff) | |
ripd: RIP_[ERR|WARN] -> EC_RIP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ripd/rip_errors.c')
| -rw-r--r-- | ripd/rip_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_errors.c b/ripd/rip_errors.c index 363b1b7fb5..9c089a0540 100644 --- a/ripd/rip_errors.c +++ b/ripd/rip_errors.c @@ -25,7 +25,7 @@ static struct log_ref ferr_rip_err[] = { { - .code = RIP_ERR_PACKET, + .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" |
