Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
mgmt: Fix order of CommandParams
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Dec 23, 2024
1 parent e287432 commit ee8cfdf
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 150 deletions.
12 changes: 6 additions & 6 deletions pkg/ndn/mgmt_2022/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ type ControlArgs struct {
//+field:natural:optional
Count *uint64 `tlv:"0x84"`
//+field:natural:optional
BaseCongestionMarkInterval *uint64 `tlv:"0x87"`
//+field:natural:optional
DefaultCongestionThreshold *uint64 `tlv:"0x88"`
//+field:natural:optional
Mtu *uint64 `tlv:"0x89"`
//+field:natural:optional
Flags *uint64 `tlv:"0x6c"`
//+field:natural:optional
Mask *uint64 `tlv:"0x70"`
Expand All @@ -90,6 +84,12 @@ type ControlArgs struct {
ExpirationPeriod *uint64 `tlv:"0x6d"`
//+field:natural:optional
FacePersistency *uint64 `tlv:"0x85"`
//+field:natural:optional
BaseCongestionMarkInterval *uint64 `tlv:"0x87"`
//+field:natural:optional
DefaultCongestionThreshold *uint64 `tlv:"0x88"`
//+field:natural:optional
Mtu *uint64 `tlv:"0x89"`
}

// +tlv-model:dict
Expand Down
Loading

0 comments on commit ee8cfdf

Please sign in to comment.