Skip to content

Implement OSPF md5 digest authentication #3875

Description

@snuffy22

Looking in the ospf.yml file there is a mention of digest as a dict.

Mention of digest was recently removed from the documentation, but with our feature we could add back to the table easily enough.

Is it worth making it an actual dict, or do we change it to a 'str' and just support the single id

    digest:
      _remove_when_false: True
      type: dict
      _keys:
        id: { type: int, min_value: 1, max_value: 32 }
        key: { type: str }

I have done a small test with the dict method and IOL / FRR / RouterOS7 and it seems ok.
Granted I have not done the extra test / transformation changes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions