summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json')
-rw-r--r--tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json b/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json
new file mode 100644
index 0000000..e48002e
--- /dev/null
+++ b/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-only-config.json
@@ -0,0 +1,21 @@
+{
+ "frr-interface:lib": {
+ "interface": [
+ {
+ "name": "r1-eth0",
+ "description": "r1-eth0-desc",
+ "frr-zebra:zebra": {
+ "ipv4-addrs": [
+ {
+ "ip": "1.1.1.1",
+ "prefix-length": 24
+ }
+ ],
+ "evpn-mh": {
+ "df-preference": 32767
+ }
+ }
+ }
+ ]
+ }
+}