Skip to content

Commit a8f769e

Browse files
committedOct 20, 2024·
doc update
1 parent 2613326 commit a8f769e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎jc/parsers/ipconfig.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ip_routing_enabled": boolean,
2121
"wins_proxy_enabled": boolean,
2222
"dns_suffix_search_list": [
23-
string
23+
string
2424
],
2525
"adapters": [
2626
{
@@ -51,7 +51,7 @@
5151
{
5252
"address": string,
5353
"status": string,
54-
"prefix_length": int,
54+
"prefix_length": integer,
5555
}
5656
],
5757
"ipv4_addresses": [
@@ -81,7 +81,7 @@
8181
"netbios_over_tcpip": boolean,
8282
"media_state": string,
8383
"extras": [
84-
string: string
84+
<string>: string
8585
]
8686
}
8787
],

0 commit comments

Comments
 (0)
Please sign in to comment.