public icon indicating copy to clipboard operation
public copied to clipboard

typo in leaf iid-tlv description : think "trues" should be "true"

Open dfitzg1 opened this issue 8 years ago • 2 comments

Think "When set to trues" is intended to be "When set to true".

leaf iid-tlv { type boolean; default false; Description "ISIS Instance Identifier TLV. When set to trues, the IID-TLV identifies the unique instance as well as the topology/topologies to which the PDU applies."; reference "RFC6822: IS-IS Multi-Instance. TLV 7";

dfitzg1 avatar Aug 10 '17 20:08 dfitzg1

When iid-tlv is set, the IS-IS instance identifier is advertised as described in RFC6822. The IS-IS instance however is defined as a string. So were do we configure the instance identifier number?

grouping isis-global-config { description "This grouping defines lobal configuration options for ISIS router.";

// multi-instance
leaf instance {
  type string;
  default 0;
  description
    "ISIS Instance.";
}

nkmafi avatar Oct 23 '17 11:10 nkmafi

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.

github-actions[bot] avatar Jun 30 '24 02:06 github-actions[bot]