Skip to content

Commit

Permalink
Fixes #1631: Removed the encapsulation attribute in the tcpListener e…
Browse files Browse the repository at this point in the history
…ntity (#1648)
  • Loading branch information
ganeshmurthy authored Oct 25, 2024
1 parent e2305af commit ae9c164
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/skupper_router/management/skrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,12 +1127,6 @@
"description": "yes: Require the peer's identity to be authenticated; no: Do not require any authentication.",
"create": true
},
"encapsulation": {
"type": ["legacy", "lite"],
"default": "legacy",
"description": "legacy: Use the original chunked TCP adaptor encapsulation; lite: use the raw/cut-through encapsulation",
"create": true
},
"operStatus": {
"type": ["up", "down"],
"description": "The operational status of TCP socket listener: up - the service is active and incoming connections are permitted; down - the service is not active and incoming connection attempts will be refused.",
Expand Down

0 comments on commit ae9c164

Please sign in to comment.