]> git.proxmox.com Git - mirror_frr.git/blame - isisd/isis_errors.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / isisd / isis_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
54ece698 2/*
247dcce2 3 * ISIS-specific error messages.
54ece698
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
54ece698 6 */
247dcce2 7
54ece698
DS
8#ifndef __ISIS_ERRORS_H__
9#define __ISIS_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
54ece698 12
85cd2f9f 13enum isis_log_refs {
1a7ecb96
QY
14 EC_ISIS_PACKET = ISIS_FERR_START,
15 EC_ISIS_CONFIG,
26f6acaf 16 EC_ISIS_SID_OVERFLOW,
2f7cc7bc 17 EC_ISIS_SID_COLLISION,
54ece698
DS
18};
19
20extern void isis_error_init(void);
21
22#endif