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

cannot add ipv4 neighbor to interface

XMLWordPrintable

      When adding an ipv4 neighbor entry to an interface like so:
      PUT /restconf/config/ietf-interfaces:interfaces
      {
      "name": "GigabitEthernet0/8/0",
      "vpp-vlan:sub-interfaces": {},
      "enabled": false,
      "v3po:ethernet":

      {"mtu": 9216}

      ,
      "type": "iana-if-type:ethernetCsmacd",
      "ietf-ip:ipv4": {
      "neighbor": [

      {"ip": "192.168.0.4", "link-layer-address": "08:00:27:c0:5d:37"}

      ]
      }
      }

      The request fails with Status code 500: Failed to validate DataTreeModification
      Caused by: java.lang.NullPointerException

      Setting interface state and/or ipv4 configuration prior to test does not seem to affect the result.

            jsrnicek Ján Srniček
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: