Skip to content

Commit 59925b0

Browse files
committed
bgp neighbor object
1 parent 40bab0a commit 59925b0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

host.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"name": "contivModel",
33
"objects": [
44
{
5-
"name": "Bgp",
6-
"type": "object",
7-
"key": ["hostname"],
8-
"properties": {
9-
"hostname": {
10-
"type": "string",
11-
"title": "host name",
12-
"length": 256
13-
},
14-
"AS": {
15-
"type": "string",
16-
"title": "AS id",
17-
"length": 64
5+
"name": "Bgp",
6+
"type": "object",
7+
"key": ["hostname"],
8+
"properties": {
9+
"hostname": {
10+
"type": "string",
11+
"title": "host name",
12+
"length": 256
13+
},
14+
"AS": {
15+
"type": "string",
16+
"title": "AS id",
17+
"length": 64
1818
},
1919
"neighbor":{
2020
"type": "string",
21-
"title": "Bgp neighbor",
22-
"length": 15
21+
"title": "Bgp neighbor",
22+
"length": 15
2323
}
24-
}
25-
}]
24+
}
25+
}]
2626
}
2727

0 commit comments

Comments
 (0)