test: add ipv6 to bloated.json for cli-pretty

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2023-09-20 11:33:35 +02:00
committed by Joachim Wiberg
parent cf0c99bd78
commit 4cfe0fa945
+30
View File
@@ -41,6 +41,21 @@
}
]
},
"ietf-ip:ipv6": {
"mtu": 1500,
"address": [
{
"ip": "fe80::beff:407a:d738:abb4",
"prefix-length": 64,
"origin": "link-layer"
},
{
"ip": "fe80::beff:aaaa:d738:abb4",
"prefix-length": 64,
"origin": "random"
}
]
},
"infix-interfaces:bridge-port": {
"bridge": "br0"
}
@@ -116,6 +131,21 @@
"origin" : "static"
}
]
},
"ietf-ip:ipv6": {
"mtu": 1500,
"address": [
{
"ip": "fe80::beff:407a:d738:abb4",
"prefix-length": 64,
"origin": "link-layer"
},
{
"ip": "fe80::beff:aaaa:d738:abb4",
"prefix-length": 64,
"origin": "random"
}
]
}
},
{