8000 oci-network-config errors if exists interface that isnt a vnic · Issue #159 · oracle/oci-utils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
oci-network-config errors if exists interface that isnt a vnic #159
Open
@ldlda

Description

@ldlda

tailscale network interface (or any other) makes this tool error

opc at lda in ~
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:17:01:17:c5 brd ff:ff:ff:ff:ff:ff
3: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:17:00:bb:cf brd ff:ff:ff:ff:ff:ff
11: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
    link/none

opc at lda in ~
$ tailscale down

opc at lda in ~
$ sudo systemctl disable tailscaled
Removed "/etc/systemd/system/multi-user.target.wants/tailscaled.service".

opc at lda in ~
$ sudo oci-network-config configure
Failed to configure network: 'NoneType' object has no attribute 'upper'

opc at lda in ~
$ sudo nmcli device disconnect tailscale0
Device 'tailscale0' successfully disconnected.

opc at lda in ~
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:17:01:17:c5 brd ff:ff:ff:ff:ff:ff
3: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 02:00:17:00:bb:cf brd ff:ff:ff:ff:ff:ff

opc at lda in ~
$ sudo oci-network-config configure
Configured

For the support Service Report it is 4-0000115497

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

      0