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
1 change: 1 addition & 0 deletions network/cloud/v1alpha1/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -4963,6 +4963,7 @@ SubnetSpec captures subnet specific configuration
| ingress_default_sg_policy_name_ref | [string](#string) | | default ingress stateful security policy for this subnet if configured, is the 1st policy evaluated before other security policies on a given vnic |
| egress_default_sg_policy_name_ref | [string](#string) | | default egress stateful security policy for this subnet if configured, is the 1st policy evaluated before other security polices on a given vnic |
| remote_subnet | [bool](#bool) | | remote_subnet, if set, indicates that the subnet does not have any IP mappings in local pod and such subnets are used to program all remote pod IP mappings behind it |
| attached_tunnel_interface_name_ref | [string](#string) | | Tunnel interface name associated with the subnet Usually a route/prefix can point to a tunnel as next hope (route.proto) However to handle the situation where subnet is associated with the tunnel interface to allow any learned routes within this subnet to be automatically advertised over to the routing plane (e.g. EVPN) this association needs to be explicit |



Expand Down
68 changes: 60 additions & 8 deletions network/cloud/v1alpha1/gen/cpp/subnet.pb.cc

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

67 changes: 67 additions & 0 deletions network/cloud/v1alpha1/gen/cpp/subnet.pb.h

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

Loading