Skip to content

Commit

Permalink
make external gateway password null-able
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Nov 4, 2023
1 parent 990400e commit 7705f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/two_stage_l3_clos_remote_gateways.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type rawRemoteGatewayRequest struct {
Ttl *uint8 `json:"ttl,omitempty"`
KeepaliveTimer *uint16 `json:"keepalive_timer,omitempty"`
HoldtimeTimer *uint16 `json:"holdtime_timer,omitempty"`
Password *string `json:"password,omitempty"`
Password *string `json:"password"`
}

type rawRemoteGatewayResponse struct {
Expand Down

0 comments on commit 7705f4b

Please sign in to comment.