diff options
author | YohanPipereau <ypiperea@cisco.com> | 2019-07-15 15:37:46 +0200 |
---|---|---|
committer | YohanPipereau <ypiperea@cisco.com> | 2019-07-26 15:29:05 +0200 |
commit | 18561adfde80d6665e24262d70d18f916e2662e5 (patch) | |
tree | 06683574ba18ee25012f77b18da7c0e35a5707aa /samples/ietf-interfaces | |
parent | adc56bc5ddcdf947864d982cda809588b7ccd8bc (diff) |
vom: migration from scvpp to vom
Change-Id: I79609f0bee9b8307da0d9bf704babe8ba06dba4d
Signed-off-by: YohanPipereau <ypiperea@cisco.com>
Co-authored-by: Pavel Kotucek <pavel.kotucek@pantheon.tech>
Co-authored-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'samples/ietf-interfaces')
-rw-r--r-- | samples/ietf-interfaces/create-if.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/ietf-interfaces/create-if.json b/samples/ietf-interfaces/create-if.json new file mode 100644 index 0000000..02c5371 --- /dev/null +++ b/samples/ietf-interfaces/create-if.json @@ -0,0 +1,11 @@ +{ + "ietf-interfaces:interfaces": { + "interface": [ + { + "name": "GigabitEthernet0/8/0", + "type": "iana-if-type:ethernetCsmacd", + "enabled": true + } + ] + } +} |