Skip to content

Commit d5d58b0

Browse files
authored
[openwrt] Fix typo in EAP TTLS protocol enum_title
Corrected the enum_title because it was showing EAP-PEAP even though TTLS was set for OpenWrt. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
1 parent b09d8a7 commit d5d58b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
"title": "EAP protocol",
544544
"type": "string",
545545
"enum": ["tls", "ttls"],
546-
"options": {"enum_titles": ["EAP-TLS", "EAP-PEAP"]},
546+
"options": {"enum_titles": ["EAP-TLS", "EAP-TTLS"]},
547547
"propertyOrder": 4,
548548
},
549549
"identity": {"type": "string", "propertyOrder": 5},

0 commit comments

Comments
 (0)