Skip to content

Commit

Permalink
change the dscp/ttl mode to pipe in the sample netbouncer configurati…
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Dec 27, 2016
1 parent 2054056 commit f703182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swssconfig/sample/netbouncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"TUNNEL_DECAP_TABLE:NETBOUNCER" : {
"tunnel_type":"IPINIP",
"dst_ip":"10.0.0.1",
"dscp_mode":"uniform",
"dscp_mode":"pipe",
"ecn_mode":"copy_from_outer",
"ttl_mode":"uniform"
"ttl_mode":"pipe"
},
"OP": "SET"
}
Expand Down

0 comments on commit f703182

Please sign in to comment.