sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

[macsec] Additional support to configure the pfc_encrypt mode

Open judyjoseph opened this issue 1 year ago • 0 comments

Support CLI option to configure pfc_encrypt mode by user. This will help in future deployments

pfc_encryption_mode         = "bypass" / "encrypt" / "strict_encrypt"
                                                       ; The behavior to PFC frames.
                                                       ; "bypass": react clear and encrypted PFC frames, send clear PFC frames.
                                                       ; "encrypt": react clear and encrypted PFC frames, send encrypted PFC frames.
                                                       ; "strict_encrypt": only react encrypted PFC frames, send encrypted PFC frames.
                                                       ; If the specified mode cannot be supported by the platform, record an error in the log file.
                                                       ; Default "bypass".

judyjoseph avatar Nov 06 '23 20:11 judyjoseph