Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
5d80028c0b8228a8917e48c35af80c96c043bb8e
/
.
/
apps
/
dhcp
/
app
/
src
/
main
/
resources
/
definitions
/
DhcpConfigPut.json
blob: a8eb537842da596cc66e6a66c251a55cde53b25c [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"required"
:
[
"mac"
,
"ip"
],
"properties"
:
{
"mac"
:
{
"type"
:
"String"
,
"example"
:
"be:48:89:d5:75:59"
},
"ip"
:
{
"type"
:
"String"
,
"example"
:
"10.128.12.4"
}
}
}