diff options
author | Thomas Winter <Thomas.Winter@alliedtelesis.co.nz> | 2018-06-25 23:06:56 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-03-11 23:07:48 (GMT) |
commit | 05a540d315938b22463f6789f4da139de38f977d (patch) | |
tree | 1553312f462e0ce9bb0d9c0f2b3e02dd2e3c4062 /doc | |
parent | 41e436548a4641c309c6fb80e8d47f8b65392f14 (diff) | |
download | libnl-05a540d315938b22463f6789f4da139de38f977d.zip libnl-05a540d315938b22463f6789f4da139de38f977d.tar.gz libnl-05a540d315938b22463f6789f4da139de38f977d.tar.bz2 |
ip6vti: 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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/route.txt b/doc/route.txt index 7802060..4e287f6 100644 --- a/doc/route.txt +++ b/doc/route.txt @@ -1366,6 +1366,9 @@ extern int rtnl_link_ip6vti_get_local(struct rtnl_link *link, struct in6_addr *r extern int rtnl_link_ip6vti_set_remote(struct rtnl_link *link, struct in6_addr *remote); extern int rtnl_link_ip6vti_get_remote(struct rtnl_link *link, struct in6_addr *remote); +extern int rtnl_link_ip6vti_set_fwmark(struct rtnl_link *link, uint32_t fwmark); +extern int rtnl_link_ip6vti_get_fwmark(struct rtnl_link *link, uint32_t *fwmark); + +---- + .Example: Add a ip6vti tunnel device |