libnl 3.9.0
vxlan.h
1/* SPDX-License-Identifier: LGPL-2.1-only */
2/*
3 * Copyright (c) 2013 Yasunobu Chiba <yasu@dsl.gr.jp>
4 */
5
6#ifndef NETLINK_LINK_VXLAN_H_
7#define NETLINK_LINK_VXLAN_H_
8
9#include <netlink/netlink.h>
10#include <netlink/route/link.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16struct ifla_vxlan_port_range;
17
18#define VXLAN_ID_MAX 16777215
19
20enum {
21 RTNL_LINK_VXLAN_F_GBP = 1 << 0,
22#define RTNL_LINK_VXLAN_F_GBP RTNL_LINK_VXLAN_F_GBP
23 RTNL_LINK_VXLAN_F_GPE = 1 << 1,
24#define RTNL_LINK_VXLAN_F_GPE RTNL_LINK_VXLAN_F_GPE
25 RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL = 1 << 2,
26#define RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL
27};
28
29extern struct rtnl_link *rtnl_link_vxlan_alloc(void);
30
31extern int rtnl_link_is_vxlan(struct rtnl_link *);
32
33extern int rtnl_link_vxlan_set_id(struct rtnl_link *, uint32_t);
34extern int rtnl_link_vxlan_get_id(struct rtnl_link *, uint32_t *);
35
36extern int rtnl_link_vxlan_set_group(struct rtnl_link *, struct nl_addr *);
37extern int rtnl_link_vxlan_get_group(struct rtnl_link *, struct nl_addr **);
38
39extern int rtnl_link_vxlan_set_link(struct rtnl_link *, uint32_t);
40extern int rtnl_link_vxlan_get_link(struct rtnl_link *, uint32_t *);
41
42extern int rtnl_link_vxlan_set_local(struct rtnl_link *, struct nl_addr *);
43extern int rtnl_link_vxlan_get_local(struct rtnl_link *, struct nl_addr **);
44
45extern int rtnl_link_vxlan_set_ttl(struct rtnl_link *, uint8_t);
46extern int rtnl_link_vxlan_get_ttl(struct rtnl_link *);
47
48extern int rtnl_link_vxlan_set_tos(struct rtnl_link *, uint8_t);
49extern int rtnl_link_vxlan_get_tos(struct rtnl_link *);
50
51extern int rtnl_link_vxlan_set_learning(struct rtnl_link *, uint8_t);
52extern int rtnl_link_vxlan_get_learning(struct rtnl_link *);
55
56extern int rtnl_link_vxlan_set_ageing(struct rtnl_link *, uint32_t);
57extern int rtnl_link_vxlan_get_ageing(struct rtnl_link *, uint32_t *);
58
59extern int rtnl_link_vxlan_set_limit(struct rtnl_link *, uint32_t);
60extern int rtnl_link_vxlan_get_limit(struct rtnl_link *, uint32_t *);
61
63 struct ifla_vxlan_port_range *);
65 struct ifla_vxlan_port_range *);
66
67extern int rtnl_link_vxlan_set_proxy(struct rtnl_link *, uint8_t);
68extern int rtnl_link_vxlan_get_proxy(struct rtnl_link *);
69extern int rtnl_link_vxlan_enable_proxy(struct rtnl_link *);
70extern int rtnl_link_vxlan_disable_proxy(struct rtnl_link *);
71
72extern int rtnl_link_vxlan_set_rsc(struct rtnl_link *, uint8_t);
73extern int rtnl_link_vxlan_get_rsc(struct rtnl_link *);
74extern int rtnl_link_vxlan_enable_rsc(struct rtnl_link *);
75extern int rtnl_link_vxlan_disable_rsc(struct rtnl_link *);
76
77extern int rtnl_link_vxlan_set_l2miss(struct rtnl_link *, uint8_t);
78extern int rtnl_link_vxlan_get_l2miss(struct rtnl_link *);
79extern int rtnl_link_vxlan_enable_l2miss(struct rtnl_link *);
80extern int rtnl_link_vxlan_disable_l2miss(struct rtnl_link *);
81
82extern int rtnl_link_vxlan_set_l3miss(struct rtnl_link *, uint8_t);
83extern int rtnl_link_vxlan_get_l3miss(struct rtnl_link *);
84extern int rtnl_link_vxlan_enable_l3miss(struct rtnl_link *);
85extern int rtnl_link_vxlan_disable_l3miss(struct rtnl_link *);
86
87extern int rtnl_link_vxlan_set_port(struct rtnl_link *, uint32_t);
88extern int rtnl_link_vxlan_get_port(struct rtnl_link *, uint32_t *);
89
90extern int rtnl_link_vxlan_set_udp_csum(struct rtnl_link *, uint8_t);
91extern int rtnl_link_vxlan_get_udp_csum(struct rtnl_link *);
92
93extern int rtnl_link_vxlan_set_udp_zero_csum6_tx(struct rtnl_link *, uint8_t);
95
96extern int rtnl_link_vxlan_set_udp_zero_csum6_rx(struct rtnl_link *, uint8_t);
98
99extern int rtnl_link_vxlan_set_remcsum_tx(struct rtnl_link *, uint8_t);
100extern int rtnl_link_vxlan_get_remcsum_tx(struct rtnl_link *);
101
102extern int rtnl_link_vxlan_set_remcsum_rx(struct rtnl_link *, uint8_t);
103extern int rtnl_link_vxlan_get_remcsum_rx(struct rtnl_link *);
104
105extern int rtnl_link_vxlan_set_flags(struct rtnl_link *, uint32_t flags, int enable);
106extern int rtnl_link_vxlan_get_flags(struct rtnl_link *, uint32_t *out_flags);
107
108extern int rtnl_link_vxlan_set_collect_metadata(struct rtnl_link *, uint8_t);
110
111extern int rtnl_link_vxlan_set_label(struct rtnl_link *, uint32_t);
112extern int rtnl_link_vxlan_get_label(struct rtnl_link *, uint32_t *);
113
114#ifdef __cplusplus
115}
116#endif
117
118#endif
int rtnl_link_vxlan_get_tos(struct rtnl_link *)
Get IP ToS value to use for VXLAN.
Definition vxlan.c:984
int rtnl_link_vxlan_get_rsc(struct rtnl_link *)
Get Route Short Circuit status to use for VXLAN.
Definition vxlan.c:1273
int rtnl_link_vxlan_disable_learning(struct rtnl_link *)
Disable VXLAN address learning.
Definition vxlan.c:1050
int rtnl_link_vxlan_get_port_range(struct rtnl_link *, struct ifla_vxlan_port_range *)
Get range of UDP port numbers to use for VXLAN.
Definition vxlan.c:1171
int rtnl_link_vxlan_set_udp_zero_csum6_rx(struct rtnl_link *, uint8_t)
Set skip UDP checksum received over IPv6 status to use for VXLAN.
Definition vxlan.c:1549
int rtnl_link_vxlan_get_ttl(struct rtnl_link *)
Get IP TTL value to use for VXLAN.
Definition vxlan.c:947
int rtnl_link_vxlan_get_learning(struct rtnl_link *)
Get VXLAN learning status.
Definition vxlan.c:1021
int rtnl_link_vxlan_set_learning(struct rtnl_link *, uint8_t)
Set VXLAN learning status.
Definition vxlan.c:1003
int rtnl_link_vxlan_get_label(struct rtnl_link *, uint32_t *)
Get flow label to use for VXLAN.
Definition vxlan.c:1716
int rtnl_link_vxlan_set_tos(struct rtnl_link *, uint8_t)
Set IP ToS value to use for VXLAN.
Definition vxlan.c:966
int rtnl_link_vxlan_set_port(struct rtnl_link *, uint32_t)
Set UDP destination port to use for VXLAN.
Definition vxlan.c:1432
int rtnl_link_vxlan_get_proxy(struct rtnl_link *)
Get ARP proxy status to use for VXLAN.
Definition vxlan.c:1214
int rtnl_link_vxlan_enable_rsc(struct rtnl_link *)
Enable Route Short Circuit.
Definition vxlan.c:1291
int rtnl_link_vxlan_set_group(struct rtnl_link *, struct nl_addr *)
Set VXLAN multicast IP address.
Definition vxlan.c:772
int rtnl_link_vxlan_enable_proxy(struct rtnl_link *)
Enable ARP proxy.
Definition vxlan.c:1232
int rtnl_link_vxlan_disable_l3miss(struct rtnl_link *)
Disable netlink IP ADDR miss notifications.
Definition vxlan.c:1420
int rtnl_link_vxlan_set_local(struct rtnl_link *, struct nl_addr *)
Set source address to use for VXLAN.
Definition vxlan.c:872
int rtnl_link_vxlan_set_remcsum_rx(struct rtnl_link *, uint8_t)
Set remote offload receive checksum status to use for VXLAN.
Definition vxlan.c:1623
int rtnl_link_vxlan_set_flags(struct rtnl_link *, uint32_t flags, int enable)
Set VXLAN flags RTNL_LINK_VXLAN_F_*.
Definition vxlan.c:1741
int rtnl_link_vxlan_set_udp_csum(struct rtnl_link *, uint8_t)
Set UDP checksum status to use for VXLAN.
Definition vxlan.c:1475
int rtnl_link_vxlan_get_udp_zero_csum6_rx(struct rtnl_link *)
Get skip UDP checksum received over IPv6 status to use for VXLAN.
Definition vxlan.c:1567
int rtnl_link_vxlan_set_link(struct rtnl_link *, uint32_t)
Set physical device to use for VXLAN.
Definition vxlan.c:829
int rtnl_link_vxlan_enable_l2miss(struct rtnl_link *)
Enable netlink LLADDR miss notifications.
Definition vxlan.c:1350
int rtnl_link_vxlan_get_flags(struct rtnl_link *, uint32_t *out_flags)
Get VXLAN flags RTNL_LINK_VXLAN_F_*.
Definition vxlan.c:1765
int rtnl_link_vxlan_get_remcsum_rx(struct rtnl_link *)
Get remote offload receive checksum status to use for VXLAN.
Definition vxlan.c:1641
int rtnl_link_vxlan_get_group(struct rtnl_link *, struct nl_addr **)
Get VXLAN multicast IP address.
Definition vxlan.c:803
int rtnl_link_vxlan_set_port_range(struct rtnl_link *, struct ifla_vxlan_port_range *)
Set range of UDP port numbers to use for VXLAN.
Definition vxlan.c:1148
int rtnl_link_vxlan_set_collect_metadata(struct rtnl_link *, uint8_t)
Set collect metadata status to use for VXLAN.
Definition vxlan.c:1660
int rtnl_link_vxlan_get_l2miss(struct rtnl_link *)
Get netlink LLADDR miss notification status to use for VXLAN.
Definition vxlan.c:1332
int rtnl_link_vxlan_set_id(struct rtnl_link *, uint32_t)
Set VXLAN Network Identifier.
Definition vxlan.c:726
int rtnl_link_vxlan_get_collect_metadata(struct rtnl_link *)
Get collect metadata status to use for VXLAN.
Definition vxlan.c:1678
int rtnl_link_vxlan_disable_l2miss(struct rtnl_link *)
Disable netlink LLADDR miss notifications.
Definition vxlan.c:1361
int rtnl_link_vxlan_set_limit(struct rtnl_link *, uint32_t)
Set maximum number of forwarding database entries to use for VXLAN.
Definition vxlan.c:1105
int rtnl_link_vxlan_set_label(struct rtnl_link *, uint32_t)
Set flow label to use for VXLAN.
Definition vxlan.c:1697
int rtnl_link_is_vxlan(struct rtnl_link *)
Check if link is a VXLAN link.
Definition vxlan.c:714
int rtnl_link_vxlan_set_remcsum_tx(struct rtnl_link *, uint8_t)
Set remote offload transmit checksum status to use for VXLAN.
Definition vxlan.c:1586
int rtnl_link_vxlan_get_local(struct rtnl_link *, struct nl_addr **)
Get source address to use for VXLAN.
Definition vxlan.c:903
int rtnl_link_vxlan_get_link(struct rtnl_link *, uint32_t *)
Get physical device to use for VXLAN.
Definition vxlan.c:848
int rtnl_link_vxlan_set_proxy(struct rtnl_link *, uint8_t)
Set ARP proxy status to use for VXLAN.
Definition vxlan.c:1196
int rtnl_link_vxlan_enable_learning(struct rtnl_link *)
Enable VXLAN address learning.
Definition vxlan.c:1039
int rtnl_link_vxlan_set_ttl(struct rtnl_link *, uint8_t)
Set IP TTL value to use for VXLAN.
Definition vxlan.c:929
struct rtnl_link * rtnl_link_vxlan_alloc(void)
Allocate link object of type VXLAN.
Definition vxlan.c:693
int rtnl_link_vxlan_get_udp_zero_csum6_tx(struct rtnl_link *)
Get skip UDP checksum transmitted over IPv6 status to use for VXLAN.
Definition vxlan.c:1530
int rtnl_link_vxlan_get_l3miss(struct rtnl_link *)
Get netlink IP ADDR miss notification status to use for VXLAN.
Definition vxlan.c:1391
int rtnl_link_vxlan_get_remcsum_tx(struct rtnl_link *)
Get remote offload transmit checksum status to use for VXLAN.
Definition vxlan.c:1604
int rtnl_link_vxlan_get_port(struct rtnl_link *, uint32_t *)
Get UDP destination port to use for VXLAN.
Definition vxlan.c:1451
int rtnl_link_vxlan_disable_proxy(struct rtnl_link *)
Disable ARP proxy.
Definition vxlan.c:1243
int rtnl_link_vxlan_set_l2miss(struct rtnl_link *, uint8_t)
Set netlink LLADDR miss notification status to use for VXLAN.
Definition vxlan.c:1314
int rtnl_link_vxlan_set_ageing(struct rtnl_link *, uint32_t)
Set expiration timer value to use for VXLAN.
Definition vxlan.c:1062
int rtnl_link_vxlan_get_id(struct rtnl_link *, uint32_t *)
Get VXLAN Network Identifier.
Definition vxlan.c:748
int rtnl_link_vxlan_disable_rsc(struct rtnl_link *)
Disable Route Short Circuit.
Definition vxlan.c:1302
int rtnl_link_vxlan_set_rsc(struct rtnl_link *, uint8_t)
Set Route Short Circuit status to use for VXLAN.
Definition vxlan.c:1255
int rtnl_link_vxlan_set_l3miss(struct rtnl_link *, uint8_t)
Set netlink IP ADDR miss notification status to use for VXLAN.
Definition vxlan.c:1373
int rtnl_link_vxlan_set_udp_zero_csum6_tx(struct rtnl_link *, uint8_t)
Set skip UDP checksum transmitted over IPv6 status to use for VXLAN.
Definition vxlan.c:1512
int rtnl_link_vxlan_get_udp_csum(struct rtnl_link *)
Get UDP checksum status to use for VXLAN.
Definition vxlan.c:1493
int rtnl_link_vxlan_enable_l3miss(struct rtnl_link *)
Enable netlink IP ADDR miss notifications.
Definition vxlan.c:1409
int rtnl_link_vxlan_get_limit(struct rtnl_link *, uint32_t *)
Get maximum number of forwarding database entries to use for VXLAN.
Definition vxlan.c:1124
int rtnl_link_vxlan_get_ageing(struct rtnl_link *, uint32_t *)
Get expiration timer value to use for VXLAN.
Definition vxlan.c:1081