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

Next hop should not be required for impose-and-forward

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • 18.01
    • None
    • mpls
    • None

      Next hop address is not mandatory in VPP CLI, e.g.

      ip route add 192.0.2.11/32 via loop0 out-labels 3

       

      JSPO equivalent that needs to be supported

      {
        "static-lsp": [
          {
            "name": "192.0.2.11",
            "config": {
              "in-segment": {
                "ip-prefix": "192.0.2.11/32"
              },
              "operation": "impose-and-forward",
              "outgoing-label": 3,
              "outgoing-interface": "loop0"
            }
          }
        ]
      }

            mgradzki Marek Gradzki
            mgradzki Marek Gradzki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: