Uploaded image for project: 'sfc'
  1. sfc
  2. SFC-113

SFC config model should not have RPC

    XMLWordPrintable

Details

    • Bug
    • Status: In Review
    • Resolution: Unresolved
    • Fluorine
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    • 4469

    Description

      // (main feature: instantiation of a SFC)

      rpc instantiate-service-function-chain {
      description
      "Instantiates a single service function";
      input {
      leaf name

      { type string; mandatory true; description "The name of the service function chain to be instantiated."; }

      }
      output {
      leaf name

      { type string; description "The name of the created service function path."; }

      }
      }

      // (RPC for testing)
      rpc put-service-function-chains {
      description
      "Creates Service-Functions";
      input

      { uses service-function-chain-grouping; }

      }

      Also what is difference between "instantiate" and "put" ?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            alagalah Keith Burns
            alagalah Keith Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: