From: Robert Varga Date: Fri, 11 Mar 2022 14:17:15 +0000 (+0100) Subject: Correct subject-alternate-names X-Git-Tag: release/sulfur~23 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c6ced6d3eb76c812d3582d4e865f1ae12575f1e3;p=openflowplugin.git Correct subject-alternate-names The ASN.1 definition is 'SEQUENCE', hence the order has significance. Fix the definition. Change-Id: I0a65cc16a48611415948478e7da752b757c3085a Signed-off-by: Robert Varga --- diff --git a/openflowjava/openflow-protocol-api/src/main/yang/system-notifications.yang b/openflowjava/openflow-protocol-api/src/main/yang/system-notifications.yang index db02f8c154..366beca799 100644 --- a/openflowjava/openflow-protocol-api/src/main/yang/system-notifications.yang +++ b/openflowjava/openflow-protocol-api/src/main/yang/system-notifications.yang @@ -56,6 +56,7 @@ } leaf-list subject-alternate-names { type string; + ordered-by user; } }