Skip to content

Commit f703182

Browse files
authored
change the dscp/ttl mode to pipe in the sample netbouncer configuration (#147)
1 parent 2054056 commit f703182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swssconfig/sample/netbouncer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"TUNNEL_DECAP_TABLE:NETBOUNCER" : {
44
"tunnel_type":"IPINIP",
55
"dst_ip":"10.0.0.1",
6-
"dscp_mode":"uniform",
6+
"dscp_mode":"pipe",
77
"ecn_mode":"copy_from_outer",
8-
"ttl_mode":"uniform"
8+
"ttl_mode":"pipe"
99
},
1010
"OP": "SET"
1111
}

0 commit comments

Comments
 (0)