add ingress gw status to peer update

This commit is contained in:
abhishek9686
2024-10-21 14:58:40 +04:00
parent cd2d026fc8
commit 04c2039beb
2 changed files with 2 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ type KeyUpdate struct {
// FwUpdate - struct for firewall updates
type FwUpdate struct {
IsEgressGw bool `json:"is_egress_gw"`
IsIngressGw bool `json:"is_ingress_gw"`
EgressInfo map[string]EgressInfo `json:"egress_info"`
IngressInfo map[string]IngressInfo `json:"ingress_info"`
}