Skip to content

Commit

Permalink
adding bgp neighbor object
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi committed Jan 28, 2016
1 parent 66fcd2b commit e4a26a1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions host.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "contivModel",
"objects": [
{
"name": "Bgp",
"type": "object",
"key": ["name"],
"properties": {
"name": {
"type": "string",
"title": "host name",
"length": 256
},
"AS": {
"type": "string",
"title": "AS id",
"length": 64
},
"neighbor":{
"type": "string",
"title": "Bgp neighbor",
"length": 15
}
}
}]
}

0 comments on commit e4a26a1

Please sign in to comment.