Skip to content

Commit e4a26a1

Browse files
committed
adding bgp neighbor object
1 parent 66fcd2b commit e4a26a1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

host.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "contivModel",
3+
"objects": [
4+
{
5+
"name": "Bgp",
6+
"type": "object",
7+
"key": ["name"],
8+
"properties": {
9+
"name": {
10+
"type": "string",
11+
"title": "host name",
12+
"length": 256
13+
},
14+
"AS": {
15+
"type": "string",
16+
"title": "AS id",
17+
"length": 64
18+
},
19+
"neighbor":{
20+
"type": "string",
21+
"title": "Bgp neighbor",
22+
"length": 15
23+
}
24+
}
25+
}]
26+
}
27+

0 commit comments

Comments
 (0)