Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

tcd should not hardcode ifb number "ifb0" #12

Open
alban opened this issue May 3, 2016 · 0 comments
Open

tcd should not hardcode ifb number "ifb0" #12

alban opened this issue May 3, 2016 · 0 comments

Comments

@alban
Copy link
Contributor

alban commented May 3, 2016

https://github.com/kinvolk/tcd/blob/c49ccf8d79859414a8041f4feb9032386068f450/lib/dbus.go#L138:

  "ip link add ifb0 type ifb",
  "ip link set ifb0 up",

By default, the ifb kernel module creates ifb0 and ifb1. So tcd should not reuse them but get a number dynamically.

As a workaround, ifb can be loaded without automatically creating devices:

insmod ifb numifbs=0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant