summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Winter <Thomas.Winter@alliedtelesis.co.nz>2018-06-11 20:51:44 (GMT)
committerThomas Haller <thaller@redhat.com>2022-03-11 23:06:32 (GMT)
commitbda19be660662b34d281218872f9038be4a2c125 (patch)
tree3323e7a435e8327cae5b524f54e2cfc32a73f825 /doc
parentcdc6c0f321527e3aad06d11e16115daa82b54677 (diff)
downloadlibnl-bda19be660662b34d281218872f9038be4a2c125.zip
libnl-bda19be660662b34d281218872f9038be4a2c125.tar.gz
libnl-bda19be660662b34d281218872f9038be4a2c125.tar.bz2
ip6_tnl: Add fwmark API
This is a new option that was added in Linux v4.12. Signed-off-by: Thomas Winter <Thomas.Winter@alliedtelesis.co.nz>
Diffstat (limited to 'doc')
-rw-r--r--doc/route.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/route.txt b/doc/route.txt
index d51a394..60a8cd8 100644
--- a/doc/route.txt
+++ b/doc/route.txt
@@ -1238,6 +1238,9 @@ extern int rtnl_link_ip6_tnl_set_flowinfo(struct rtnl_link *link, uint32_t flowi
extern int rtnl_link_ip6_tnl_set_proto(struct rtnl_link *link, uint8_t proto);
extern uint8_t rtnl_link_ip6_tnl_get_proto(struct rtnl_link *link);
+extern int rtnl_link_ip6_tnl_set_fwmark(struct rtnl_link *link, uint32_t fwmark);
+extern int rtnl_link_ip6_tnl_get_fwmark(struct rtnl_link *link, uint32_t *fwmark);
+
-----
.Example: Add a ip6tnl tunnel device