diff options
author | Ole Troan <ot@cisco.com> | 2018-05-24 13:21:43 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-05-25 00:11:30 +0000 |
commit | d57f63698f99fad0288ac040d83b3ecd380d4bfd (patch) | |
tree | 863864e2228e611fc357e9049e44e13416253b82 /src/vnet/ipip/ipip_cli.c | |
parent | ada24ea7012448b75d57ab87a6b7796c55bc44f5 (diff) |
VPP-1277: IPIP - Copy TOS/TC from inner packet to outer.
Add support for either copying TOS/TC from inner packet to outer,
or set to fixed value.
Change-Id: I716a95f875349acec94317b266c8cf9f2f81a785
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vnet/ipip/ipip_cli.c')
-rw-r--r-- | src/vnet/ipip/ipip_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipip/ipip_cli.c b/src/vnet/ipip/ipip_cli.c index 45e6451d69a..7a68c20319e 100644 --- a/src/vnet/ipip/ipip_cli.c +++ b/src/vnet/ipip/ipip_cli.c @@ -72,6 +72,7 @@ static clib_error_t *create_ipip_tunnel_command_fn(vlib_main_t *vm, &src, &dst, fib_index, + 0, &sw_if_index); switch (rv) { |