]> git.proxmox.com Git - mirror_frr.git/blame - ripd/rip_errors.h
Merge pull request #13354 from zmw12306/parse_request_subtlv
[mirror_frr.git] / ripd / rip_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
518e377f 2/*
247dcce2 3 * RIP-specific error messages.
518e377f
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
518e377f 6 */
247dcce2 7
518e377f
DS
8#ifndef __RIP_ERRORS_H__
9#define __RIP_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
518e377f 12
85cd2f9f 13enum rip_log_refs {
993c8024 14 EC_RIP_PACKET = RIP_FERR_START,
518e377f
DS
15 RIP_ERR_CONFIG,
16};
17
18extern void rip_error_init(void);
19
20#endif