mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:38:24 +00:00
pbrd, lib: move PBR_STR def. to lib
Per request Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
24a21176ce
commit
8c28c034dc
@ -20,6 +20,8 @@
|
||||
#ifndef _PBR_H
|
||||
#define _PBR_H
|
||||
|
||||
#define PBR_STR "Policy Based Routing\n"
|
||||
|
||||
/*
|
||||
* A PBR filter
|
||||
*
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "nexthop_group.h"
|
||||
#include "log.h"
|
||||
#include "debug.h"
|
||||
#include "pbr.h"
|
||||
|
||||
#include "pbrd/pbr_nht.h"
|
||||
#include "pbrd/pbr_map.h"
|
||||
|
@ -20,7 +20,5 @@
|
||||
#ifndef __PBR_VTY_H__
|
||||
#define __PBR_VTY_H__
|
||||
|
||||
#define PBR_STR "Policy Based Routing\n"
|
||||
|
||||
extern void pbr_vty_init(void);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user