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

tcd should not hardcode ifb number "ifb0" #12

@alban

Description

@alban

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions