Skip to content

Commit

Permalink
Define dropTcpConnections config flag for the router entity (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordozsa authored Aug 9, 2024
1 parent 328088d commit a0d6986
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/skupper_router/management/skrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,13 @@
"required": false,
"default": "auto",
"create": true
},
"dropTcpConnections": {
"type": "boolean",
"default": true,
"description": "Terminate corresponding TCP connections when a tcpListener or a tcpConnector is deleted.",
"required": false,
"create": true
}
}
},
Expand Down

0 comments on commit a0d6986

Please sign in to comment.