File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 123123]
124124
125125#: version number
126- __version__ = '1.3.1.post4 '
126+ __version__ = '1.3.1.post5 '
Original file line number Diff line number Diff line change @@ -20636,7 +20636,7 @@ def __hash__(self) -> 'int':
2063620636 #: [:rfc:`6773`]
2063720637 dccp_udp: 'AppType' = 6511, 'dccp-udp', TransportProtocol.get('udp')
2063820638
20639- #: [TCP] NETCONF over TLS [:rfc:`7589`]
20639+ #: [TCP] NETCONF over TLS [:rfc:`7589`][RFC-ietf-netconf-over-tls13-04]
2064020640 netconf_tls: 'AppType' = 6513, 'netconf-tls', TransportProtocol.get('tcp')
2064120641
2064220642 #: [UDP] Reserved
@@ -28903,6 +28903,9 @@ def __hash__(self) -> 'int':
2890328903 #: [UDP] Thread Mesh Commissioning
2890428904 meshcop: 'AppType' = -1, 'meshcop', TransportProtocol.get('udp')
2890528905
28906+ #: [UDP] Thread Mesh Commissioning Ephemeral-key
28907+ meshcop_e: 'AppType' = -1, 'meshcop-e', TransportProtocol.get('udp')
28908+
2890628909 #: [N/A] Mental Ray for Maya
2890728910 mi_raysat: 'AppType' = -1, 'mi-raysat', TransportProtocol.get('undefined')
2890828911
You can’t perform that action at this time.
0 commit comments