]> git.proxmox.com Git - mirror_frr.git/blame - nhrpd/nhrp_errors.h
Merge pull request #13361 from LabNConsulting/chopps/munet-cfgopt-and-native
[mirror_frr.git] / nhrpd / nhrp_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
aed07011 2/*
247dcce2 3 * NHRP-specific error messages.
aed07011
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
aed07011 6 */
247dcce2 7
aed07011
DS
8#ifndef __NHRP_ERRORS_H__
9#define __NHRP_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
aed07011 12
85cd2f9f 13enum nhrp_log_refs {
2b84a521 14 EC_NHRP_SWAN = NHRP_FERR_START,
aed07011
DS
15};
16
17extern void nhrp_error_init(void);
18
19#endif