6#ifndef __NETLINK_CLI_NH_H_
7#define __NETLINK_CLI_NH_H_
9#include <netlink/route/nh.h>
10#include <netlink/cli/utils.h>
16extern struct rtnl_nh *nl_cli_nh_alloc(
void);
17extern struct nl_cache *nl_cli_nh_alloc_cache_family(
struct nl_sock *,
int);
18extern struct nl_cache *nl_cli_nh_alloc_cache_family_flags(
struct nl_sock *,
20extern struct nl_cache *nl_cli_nh_alloc_cache(
struct nl_sock *);
21extern struct nl_cache *nl_cli_nh_alloc_cache_flags(
struct nl_sock *,
24extern void nl_cli_nh_parse_family(
struct rtnl_nh *,
char *);