Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-945

Missing namespace for module's state list node (inner-state-bean)

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • netconf
    • None
    • Operating System: Linux
      Platform: PC

    • 2217

    Description

      Yang module snippet:

      augment "/config:modules/config:module/config:state" {
      case pcep-topology-provider {
      when "/config:modules/config:module/config:type = 'pcep-topology-provider'";
      list listener-state {
      description "Statistics gained from session listener.";
      config:inner-state-bean;
      rpcx:rpc-context-instance "session-rpc";

      key "peer-id";

      leaf peer-id

      { type string; }

      whole config yang module: https://jenkins.opendaylight.org/bgpcep/job/bgpcep-merge/ws/pcep/topology-provider/src/main/yang/odl-pcep-topology-provider-cfg.yang/*view*/

      Netconf output snippet:

      <listener-state key="127.0.1.0">
      <session-state xmlns="urn:opendaylight:params:xml:ns:yang:controller:pcep:topology:provider">
      <peer-pref>
      <ip-address>127.0.1.0</ip-address>
      <deadtimer>120</deadtimer>
      <keepalive>30</keepalive>
      <session-id>0</session-id>
      </peer-pref>
      <local-pref>
      <ip-address>127.0.0.1</ip-address>

      Attachments

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

        Activity

          People

            mmarsale@cisco.com Maros Marsalek
            milos.fabian@pantheon.tech Milos Fabian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: