Skip to content

Commit

Permalink
doc: Adding TUNNEL_DECAP schema (sonic-net#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmncao authored and Shuotian Cheng committed Jun 22, 2016
1 parent 7ba1385 commit 6b10f95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/swss-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,16 @@ and reflects the LAG ports into the redis under: `LAG_TABLE:<team0>:port`
4) "30720"

----------------------------------------------
###TUNNEL_DECAP_TABLE
; Stores tunnel decap rules
key = TUNNEL_DECAP_TABLE:name
tunnel_type = "IPINIP"
dst_ip = IP1,IP2 ;IP addresses separated by ","
dscp_mode = "uniform" / "pipe"
ecn_mode = "copy_from_outer" / "standard" ;standard: Behavior defined in RFC 6040 section 4.2
ttl_mode = "uniform" / "pipe"

---------------------------------------------

###Configuration files
What configuration files should we have? Do apps, orch agent each need separate files?
Expand Down

0 comments on commit 6b10f95

Please sign in to comment.