]> git.proxmox.com Git - mirror_frr.git/blob - nhrpd/nhrp_errors.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / nhrpd / nhrp_errors.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * NHRP-specific error messages.
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
6 */
7
8 #ifndef __NHRP_ERRORS_H__
9 #define __NHRP_ERRORS_H__
10
11 #include "lib/ferr.h"
12
13 enum nhrp_log_refs {
14 EC_NHRP_SWAN = NHRP_FERR_START,
15 };
16
17 extern void nhrp_error_init(void);
18
19 #endif