Skip to content

Example configuration files needs update regarding latest yang models #1785

@Krisscut

Description

@Krisscut

Hello !

I'm trying to upgrade netopeer2-2.4.5 -> netopeer2-v2.7.0-12-g2809ede.
(NOTE: I use versions from the devel to include some fixes related to the latest official release)

It seems the example files https://github.com/CESNET/netopeer2/tree/master/example_configuration are not up to date regarding the latest yang module changes.

At least that part needs to be updated, not sure if there are others yet:

<ssh>
<tcp-server-parameters>
<local-address>0.0.0.0</local-address>
</tcp-server-parameters>
<ssh-server-parameters>

--> local-address needs to be wrapped in a local-bind now:

<local-bind>
    <local-address>addrr</local-address>
</local-bind>
  • similar fix to be done in tls mode

These files are quite convenient for new users to understand how the software must be configured, so maybe it would be nice to have some tests in CI validating that they are always valid ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    is:bugBug description.status:completedFrom the developer perspective, the issue was solved (bug fixed, question answered,...)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions