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

invalid subinterface vlan name en0 #3447

Closed
2 tasks done
dnvyrn opened this issue Jan 8, 2019 · 17 comments
Closed
2 tasks done

invalid subinterface vlan name en0 #3447

dnvyrn opened this issue Jan 8, 2019 · 17 comments

Comments

@dnvyrn
Copy link

dnvyrn commented Jan 8, 2019

  • I have tried with the latest version of my channel (Stable or Edge)
  • I have uploaded Diagnostics
  • Diagnostics ID: 32A0426A-8CB3-45CF-AFD4-10F4A9645F42

Expected behavior

create a network

Actual behavior

Error response from daemon: invalid subinterface vlan name en0, example formatting is eth0.10

Information

  • macOS Version: macOS High Sierra 10.13.6

Diagnostic logs

Docker for Mac: version: 18.03.1-ce-mac65 (dd2831d4b7421cf559a0881cc7a5fdebeb8c2b98)
macOS: version 10.13.6 (build: 17G65)
logs: /tmp/32A0426A-8CB3-45CF-AFD4-10F4A9645F42/20190108-115245.tar.gz
[OK]     vpnkit
[OK]     vmnetd
[OK]     dns
[OK]     driver.amd64-linux
[OK]     virtualization VT-X
[OK]     app
[OK]     moby
[OK]     system
[OK]     moby-syslog
[OK]     kubernetes
[OK]     files
[OK]     env
[OK]     virtualization kern.hv_support
[OK]     osxfs
[OK]     moby-console
[OK]     logs
[OK]     docker-cli
[OK]     disk

Steps to reproduce the behavior

docker network create -d macvlan --subnet=172.16.86.0/24 --gateway=172.16.86.1 -o parent=en0 pub_net
@docker-robott
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale

@0xwang-coder
Copy link

Had this problem finally been solved?

@ampledata
Copy link

ampledata commented Aug 15, 2019

I've been able to reproduce this on my mac:

$ ifconfig en9
en9: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=4<VLAN_MTU>
        ether 58:ef:68:7d:06:05
        inet6 fe80::1028:71b1:5694:b4bf%en9 prefixlen 64 secured scopeid 0x12
        inet 10.42.34.91 netmask 0xfffffc00 broadcast 10.42.35.255
        nd6 options=201<PERFORMNUD,DAD>
        media: autoselect (1000baseT <full-duplex>)
        status: active
$ docker network create -d macvlan --subnet=10.42.32.0/22 --gateway=10.42.32.1 -o parent=en9 pub_net
Error response from daemon: invalid subinterface vlan name en9, example formatting is eth0.10

@stspbu
Copy link

stspbu commented Sep 14, 2019

Any fixes?

@BalleClorin
Copy link

BalleClorin commented Sep 20, 2019

Silence ? This is kind of a problem... macvlan based docker network on OSX is broken
Running on:
Docker version 19.03.2, build 6a30dfc
Darwin Kernel Version 18.7.0

@ajoldham
Copy link

/remove-lifecycle stale

@ajoldham
Copy link

/lifecycle frozen

@maxpavlov
Copy link

Relevant. Problem not solved.

@vmayoral
Copy link

vmayoral commented Dec 1, 2019

+1

3 similar comments
@cqlanus
Copy link

cqlanus commented Dec 12, 2019

+1

@Yi-Z0
Copy link

Yi-Z0 commented Jan 9, 2020

+1

@willemdupreez
Copy link

+1

@jmflaherty
Copy link

Still an issue.
Latest Mac OS, and latest Docker.

Client: Docker Engine - Community
 Version:           19.03.5
 API version:       1.40
 Go version:        go1.12.12
 Git commit:        633a0ea
 Built:             Wed Nov 13 07:22:34 2019
 OS/Arch:           darwin/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.5
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.12
  Git commit:       633a0ea
  Built:            Wed Nov 13 07:29:19 2019
  OS/Arch:          linux/amd64
  Experimental:     true
 containerd:
  Version:          v1.2.10
  GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
 runc:
  Version:          1.0.0-rc8+dev
  GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

@arbyter
Copy link

arbyter commented Mar 1, 2020

As all other already said: problem still exists. Please have a look at it.

@aalmarshad
Copy link

I have the same issue

@roach4
Copy link

roach4 commented May 20, 2020

still broken!

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests