Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create IPV6 addresses for virtual server destination #199

Open
russokj opened this issue Dec 1, 2017 · 1 comment
Open

Can't create IPV6 addresses for virtual server destination #199

russokj opened this issue Dec 1, 2017 · 1 comment
Labels

Comments

@russokj
Copy link
Contributor

russokj commented Dec 1, 2017

The following error is reported if a IPV6 address is used for the destination field of the virtual server:

[2017-12-01 15:13:58,008 f5_cccl.resource.resource ERROR] HTTP error(400): CCCL resource(ApiVirtualServer) /Part-2/default_test-svc-43-map.
[2017-12-01 15:13:58,008 f5_cccl.service.manager ERROR] F5CcclResourceRequestError - 400 Unexpected Error: Bad Request for uri: https://10.190.24.209:443/mgmt/tm/ltm/virtual/~Part-2~default_test-svc-43-map/
Text: u'{"code":400,"message":"0107028f:3: The destination (1::%2) address and mask (255.255.255.255) for virtual server (/Part-2/default_test-svc-43-map) must be be the same type (IPv4 or IPv6).","errorStack":[],"apiError":3}'
[2017-12-01 15:13:58,008 f5_cccl.service.manager ERROR] Resource /Part-2/default_test-svc-43-map update error, requeuing task...

The configuration that was used (for the k8s-bigip-ctlr) was the following:

{
   ...
  "resources": {
    "Part-2": {
      "virtualServers": [
        {
          "name": "default_test-svc-43-map",
          "destination": "/Part-2/1::.80",
          "source": "::/0",
          "enabled": true,
          "ipProtocol": "tcp"
        }
      ]
    }
  }
}
@russokj
Copy link
Contributor Author

russokj commented Dec 1, 2017

(this might be a bug in the SDK)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants