summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev-tunnel.h
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2015-07-23 09:52:24 +0530
committerSusant Sahani <susant@redhat.com>2015-07-23 09:52:24 +0530
commitec2a3e3af25bc8c4d620a201e11645e70697f8de (patch)
treec0e5c4792822ecbd7830a76e271d45d91eaceb3d /src/network/networkd-netdev-tunnel.h
parent276de52699a470a4a4a35443df485eb1f666f563 (diff)
networkd: ip6 tunnel add DSCP
This patch adds support for setting the DSCP field in the ip6 tunnel. when set it inherits DSCP field between inner and outer header.
Diffstat (limited to 'src/network/networkd-netdev-tunnel.h')
-rw-r--r--src/network/networkd-netdev-tunnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-netdev-tunnel.h b/src/network/networkd-netdev-tunnel.h
index 47981fbe32..e08e2891e7 100644
--- a/src/network/networkd-netdev-tunnel.h
+++ b/src/network/networkd-netdev-tunnel.h
@@ -57,6 +57,7 @@ struct Tunnel {
IPv6FlowLabel ipv6_flowlabel;
bool pmtudisc;
+ bool dscp;
};
extern const NetDevVTable ipip_vtable;