6#ifndef __NETLINK_CLI_RULE_H_
7#define __NETLINK_CLI_RULE_H_
9#include <netlink/route/rule.h>
15extern struct rtnl_rule *nl_cli_rule_alloc(
void);
16extern struct nl_cache *nl_cli_rule_alloc_cache(
struct nl_sock *);
17extern void nl_cli_rule_parse_family(
struct rtnl_rule *,
char *);