add declaration for rtnl_basic_add_action()
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
85c0192455
commit
c855e4fef5
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <netlink/netlink.h>
|
||||
#include <netlink/route/classifier.h>
|
||||
#include <netlink/route/cls/ematch.h>
|
||||
#include <netlink/route/action.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -25,6 +26,7 @@ extern uint32_t rtnl_basic_get_target(struct rtnl_cls *);
|
|||
extern void rtnl_basic_set_ematch(struct rtnl_cls *,
|
||||
struct rtnl_ematch_tree *);
|
||||
extern struct rtnl_ematch_tree *rtnl_basic_get_ematch(struct rtnl_cls *);
|
||||
extern int rtnl_basic_add_action(struct rtnl_cls *, struct rtnl_act *);
|
||||
extern int rtnl_basic_del_action(struct rtnl_cls *, struct rtnl_act *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Reference in a new issue