]> git.proxmox.com Git - mirror_frr.git/blame - pimd/pim_errors.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / pimd / pim_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
d9ff4302 2/*
247dcce2 3 * PIM-specific error messages.
d9ff4302
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
d9ff4302 6 */
247dcce2 7
d9ff4302
DS
8#ifndef __PIM_ERRORS_H__
9#define __PIM_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
d9ff4302 12
85cd2f9f 13enum pim_log_refs {
298004a1
QY
14 EC_PIM_MSDP_PACKET = PIM_FERR_START,
15 EC_PIM_CONFIG,
d9ff4302
DS
16};
17
18extern void pim_error_init(void);
19
20#endif