ocket8888 commented on pull request #4774:
URL: https://github.com/apache/trafficcontrol/pull/4774#issuecomment-645500535
It's working better now, but still not quite right:
```json
{"interfaces": [
{
"ipAddresses": [
{
"address": "172.26.0.3/16",
"gateway": "172.26.0.1",
"serviceAddress": true
}
],
"maxBandwidth": null,
"monitor": false,
"mtu": 1500,
"name": "eth0"
},
{
"ipAddresses": [
{
"address": "172.26.0.3/16",
"gateway": "172.26.0.1",
"serviceAddress": true
}
],
"maxBandwidth": null,
"monitor": false,
"mtu": 1500,
"name": "eth0"
},
{
"ipAddresses": [
{
"address": "172.26.0.3/16",
"gateway": "172.26.0.1",
"serviceAddress": true
}
],
"maxBandwidth": null,
"monitor": false,
"mtu": 1500,
"name": "eth0"
},
{
"ipAddresses": [
{
"address": "172.26.0.3/16",
"gateway": "172.26.0.1",
"serviceAddress": true
}
],
"maxBandwidth": null,
"monitor": false,
"mtu": 1500,
"name": "eth0"
}
]}
```
That's the right IP address, but it's being repeated three extra times
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]