Skip to content

Commit

Permalink
Remove field tmo_5gcdelete from SessionStats model until 11.x.x has l…
Browse files Browse the repository at this point in the history
…arger adoption
  • Loading branch information
cdot65 committed Feb 14, 2024
1 parent 0546316 commit d355040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pan_os_upgrade/models/session_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class SessionStats(BaseModel):
pps: Optional[str]
tcp_cong_ctrl: Optional[str] = Field(None, alias="tcp-cong-ctrl")
tcp_reject_siw_thresh: Optional[str] = Field(..., alias="tcp-reject-siw-thresh")
tmo_5gcdelete: Optional[str] = Field(..., alias="tmo-5gcdelete")
tmo_cp: Optional[str] = Field(..., alias="tmo-cp")
tmo_def: Optional[str] = Field(..., alias="tmo-def")
tmo_icmp: Optional[str] = Field(..., alias="tmo-icmp")
Expand All @@ -55,3 +54,5 @@ class SessionStats(BaseModel):
tmo_tcptimewait: Optional[str] = Field(..., alias="tmo-tcptimewait")
tmo_udp: Optional[str] = Field(..., alias="tmo-udp")
vardata_rate: Optional[str] = Field(..., alias="vardata-rate")
# below are only found on later releases of PAN-OS and will be ignored for now
# tmo_5gcdelete: Optional[str] = Field(..., alias="tmo-5gcdelete")

0 comments on commit d355040

Please sign in to comment.