Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openconfig-macsec model macsec-interfaces-interface-config grouping : change replay-protection type from uint16 to uint32 #1243

Open
ishwarbnaik opened this issue Jan 9, 2025 · 0 comments

Comments

@ishwarbnaik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant