Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 91 additions & 82 deletions pkg/api/networkservice/connectioncontext.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/api/networkservice/connectioncontext.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ message PolicyRoute {
string dst_port = 3; /* destination port (range in format start-end) */
string src_port = 4; /* source port (range in format start-end) */
repeated Route routes = 5; /* list of destination based routes, if empty becomes a default route, but only for things matching both from and proto */
string mark = 6;
}

message IPContext {
Expand Down