]> git.proxmox.com Git - mirror_frr.git/blame - eigrpd/eigrp_errors.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / eigrpd / eigrp_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
8b0a80f1 2/*
247dcce2 3 * EIGRP-specific error messages.
8b0a80f1
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
8b0a80f1 6 */
247dcce2 7
8b0a80f1
DS
8#ifndef __EIGRP_ERRORS_H__
9#define __EIGRP_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
8b0a80f1 12
85cd2f9f 13enum eigrp_log_refs {
f0132ab5
QY
14 EC_EIGRP_PACKET = EIGRP_FERR_START,
15 EC_EIGRP_CONFIG,
8b0a80f1
DS
16};
17
18extern void eigrp_error_init(void);
19
20#endif