Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default values for extended authentication #144

Closed
italobusi opened this issue Apr 23, 2021 · 1 comment
Closed

Default values for extended authentication #144

italobusi opened this issue Apr 23, 2021 · 1 comment
Assignees

Comments

@italobusi
Copy link
Collaborator

te/ietf-rsvp-extended.yang

Lines 103 to 152 in 692d392

grouping authentication-extended {
description
"Configuration parameters relating to RSVP authentication.";
leaf lifetime {
type uint32 {
range "30..86400";
}
units "seconds";
default "30";
description
"Life time for each security association.";
reference
"RFC2747: RSVP Cryptographic Authentication";
}
leaf window-size {
type uint32 {
range "1..64";
}
default "2";
description
"Window-size to limit number of out-of-order messages.";
reference
"RFC2747: RSVP Cryptographic Authentication";
}
leaf challenge {
type empty;
description
"Enable challenge messages.";
reference
"RFC2747: RSVP Cryptographic Authentication";
}
leaf retransmits {
type uint32 {
range "1..10000";
}
default "1";
description
"Number of retransmits when messages are dropped.";
reference
"RFC2747: RSVP Cryptographic Authentication";
}
leaf key-chain {
type key-chain:key-chain-ref;
description
"Key chain name to authenticate RSVP
signaling messages.";
reference
"RFC2747: RSVP Cryptographic Authentication";
}
}

I have not yet found any information about it

Is it mandatory to implement this grouping, in particular in GMPS for optical networks?

@tsaad-dev
Copy link
Owner

remove defaults - and allow implementation to set their own.

@tsaad-dev tsaad-dev self-assigned this Oct 6, 2023
tsaad-dev pushed a commit that referenced this issue Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants