You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In openconfig-macsec model macsec-interfaces-interface-config grouping, we have replay-protection attribute defined as type uint16.
/macsec/interfaces/interface/config/
replay-protection
description:
MACsec window size, as defined by the number of out-of-order frames that are accepted. A value of 0 means that frames are accepted only in the correct order.
nodetype: leaf (rw)
type: uint16
default: 0
Since the IEEE 802.1AE-2018 standard ( section 10.7.8 (c) ) supports replay-protection window upto ( 2^32 ) - 1, the type of replay-protection in openconfig-macsec model should be changed to uint32 to align with the standard.
The text was updated successfully, but these errors were encountered:
In openconfig-macsec model macsec-interfaces-interface-config grouping, we have replay-protection attribute defined as type uint16.
Since the IEEE 802.1AE-2018 standard ( section 10.7.8 (c) ) supports replay-protection window upto ( 2^32 ) - 1, the type of replay-protection in openconfig-macsec model should be changed to uint32 to align with the standard.
The text was updated successfully, but these errors were encountered: