public icon indicating copy to clipboard operation
public copied to clipboard

container authentication may be renamed to hello-authentication in isis-interface-group

Open sgrazian opened this issue 8 years ago • 2 comments

In module openconfig-isis.yang - version 0.3.3 hello-authentication configuration is defined by grouping isis-hello-authentication-group. This is used within grouping isis-interface-group in container authentication and within grouping isis-interface-level-group in container hello-authentication. Considering that you have also grouping isis-authentication-group used in container authentication, maybe container authentication in grouping isis-interface-group could be renamed to hello-authentication for consistency.

sgrazian avatar Oct 12 '17 09:10 sgrazian

ack, makes sense. changes will be as per below:

grouping isis-interface-group { .. container hello-authentication { description "This container defines ISIS authentication.";

  uses isis-hello-authentication-group;
}

..

3alexb avatar Oct 13 '17 16:10 3alexb

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 28 '24 02:06 github-actions[bot]