]> git.proxmox.com Git - mirror_frr.git/blob - pbrd/pbr_vty.h
Merge pull request #12818 from imzyxwvu/fix/other-table-inactive
[mirror_frr.git] / pbrd / pbr_vty.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * VTY library for PBR
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
6 */
7 #ifndef __PBR_VTY_H__
8 #define __PBR_VTY_H__
9
10 extern void pbr_vty_init(void);
11 #endif