Uploaded image for project: 'hc2vpp'
  1. hc2vpp
  2. HC2VPP-182

Routing VRF can't be put for loopback interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • 17.07, 17.10
    • 17.07, 17.10
    • None
    • None

      When I am trying to create a loopback interface with the following data, the loopback creaton is failing

      PUT to url: http://ip:port/restconf/config/ietf-interfaces:interfaces/interface/loop0

      {
          "interface": [
              {
                  "name": "loop0",
                  "description": "for testing purposes",
                  "type": "v3po:loopback",
                  "loopback" :{
                      "mac" : "00:ff:ff:ff:ff:ff"
                  },
      	        "v3po:routing": {
      	          "ipv4-vrf-id": 1
      	        },
      	        "link-up-down-trap-enable": "enabled",
      	        "enabled": true,
      	        "ietf-ip:ipv4": {
      	          "address": [
      	              {
      	                "ip": "10.11.12.1",
      	              "prefix-length": 24
      	              }
      	          ]
      	        }
          	}
          ]
      }
      

      Attaching honeycomb log.

            mgradzki Marek Gradzki
            shakib.ahmed Shakib Ahmed
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: