pbrd, lib: move PBR_STR def. to lib

Per request

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-06-13 16:22:01 +00:00
parent 24a21176ce
commit 8c28c034dc
3 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,8 @@
#ifndef _PBR_H
#define _PBR_H
#define PBR_STR "Policy Based Routing\n"
/*
* A PBR filter
*

View File

@ -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"

View File

@ -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