mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-06 21:47:56 +00:00
WIFI-1432: Remove unused fields from GreTunnelConfiguration object in profile-models
This commit is contained in:
@@ -46,10 +46,7 @@
|
||||
{
|
||||
"model_type": "GreTunnelConfiguration",
|
||||
"greTunnelName": null,
|
||||
"greParentIfName": null,
|
||||
"greLocalInetAddr": null,
|
||||
"greRemoteInetAddr": null,
|
||||
"greRemoteMacAddr": null,
|
||||
"vlanIdsInGreTunnel": [
|
||||
]
|
||||
}
|
||||
|
||||
@@ -42,14 +42,11 @@
|
||||
"bestAPSteerType": "both"
|
||||
}
|
||||
},
|
||||
"greTunnelConfigurations": [
|
||||
"greTunnelConfigurations": [
|
||||
{
|
||||
"model_type": "GreTunnelConfiguration",
|
||||
"greTunnelName": null,
|
||||
"greParentIfName": null,
|
||||
"greLocalInetAddr": null,
|
||||
"greRemoteInetAddr": null,
|
||||
"greRemoteMacAddr": null,
|
||||
"vlanIdsInGreTunnel": [
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user