Vijay Krishnan

Results 9 comments of Vijay Krishnan

@rootsongjc, docker swarm-mode supports v2 plugins. You need to install contiv's v2 plugin 1. start etcd on the host 2. docker plugin install contiv/v2plugin:1.0.0-beta.3 iflist= 3. docker plugin ls This...

The current IPv6 dual stack support in contiv is for L2 mode (vlan/vxlan). To support L3 mode we need to add ND-proxy, similar to the ARP-proxy for IPv4.

@Kent-H: When you created the contiv network, was the gateway option also specified?

The subnet is always required (L2 or L3). The IP address for the container is allocated from this pool. The gateway is optional in L2. If contiv network is configured...

In L2-mode forwarding in contiv will use mac address lookup, but the containers need to have IP address. Applications will use IP address of container independent of the networking mode...

@rkharya, network plugin does not update the /etc/hosts inside the container. This is done by docker in CNM. For Contiv to know the containers attached to the service, Docker should...

Please give the docker version and the output of 'docker info' from swarm.

@gaurav-dalvi Please close this issue if you are not seeing it now

@iiwawe, @PhilipSchmid, for docker swarm-mode, the contiv workflow was changed. Netctl commands used to create a network doesn't create a docker network. Once the networks and groups are configured using...