]>
git.proxmox.com Git - mirror_frr.git/blob - pimd/pim_errors.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * PIM-specific error messages.
4 * Copyright (C) 2018 Cumulus Networks, Inc.
8 #ifndef __PIM_ERRORS_H__
9 #define __PIM_ERRORS_H__
14 EC_PIM_MSDP_PACKET
= PIM_FERR_START
,
18 extern void pim_error_init(void);