Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-126

Cannot modify MTU of interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Low Low
    • 17.01
    • None
    • HC VPP plugin
    • None

      When attempting to modify the MTU value of an interface:

      PUT /restconf/config/ietf-interfaces:interfaces
      {
      "name": "GigabitEthernet0/8/0",
      "v3po:ethernet":

      {"mtu": 1500}

      ,
      ...
      }
      returns code 200: OK and updates config data, but operational data and VAT interface dump still show the default value of 9216.

      Performing the same operation through VPP console:
      "set interface mtu 1500 GigabitEthernet0/8/0"
      works as expected.

      This appears to be a missing writer issue, however the log contains no "missing writer" entries.

            Unassigned Unassigned
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: