Giter Site home page Giter Site logo

Comments (4)

tyll avatar tyll commented on August 17, 2024

There was a bug in NM about setting MTU for VLANs that was fixed in the meantime: https://bugzilla.redhat.com/show_bug.cgi?id=1414901

@vkhatuwala can you please check if the bug is still present?

from network.

pcahyna avatar pcahyna commented on August 17, 2024

It is defnitely broken, here is my test playbook:

network_connections:
  - name: eth1
    type: ethernet
    autoconnect: no
    state: up
    mtu: 1500
    ip:
      dhcp4: no
      auto6: no

  - name: eth1.90
    parent: eth1
    type: vlan
    vlan_id: 90
    mtu: 1500
    ip:
      dhcp4: no
      auto6: no

I get the following error:

failure: created connection failed to normalize: nm-connection-error-quark:
connection.type: property is missing (6)

the mtu setting on eth1 is not a problem, but on eth1.90 it is.

from network.

pcahyna avatar pcahyna commented on August 17, 2024

This is on RHEL 7.6.

from network.

tyll avatar tyll commented on August 17, 2024

@thom311 do you have an idea what the error message means?

from network.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.