rfc9133v2.txt   rfc9133.txt 
Internet Engineering Task Force (IETF) K. Nishizuka Internet Engineering Task Force (IETF) K. Nishizuka
Request for Comments: 9133 NTT Communications Request for Comments: 9133 NTT Communications
Category: Standards Track M. Boucadair Category: Standards Track M. Boucadair
ISSN: 2070-1721 Orange ISSN: 2070-1721 Orange
T. Reddy.K T. Reddy.K
McAfee Akamai
T. Nagata T. Nagata
Lepidum Lepidum
August 2021 September 2021
Controlling Filtering Rules Using Distributed Denial-of-Service Open Controlling Filtering Rules Using Distributed Denial-of-Service Open
Threat Signaling (DOTS) Signal Channel Threat Signaling (DOTS) Signal Channel
Abstract Abstract
This document specifies an extension to the Distributed Denial-of- This document specifies an extension to the Distributed Denial-of-
Service Open Threat Signaling (DOTS) signal channel protocol so that Service Open Threat Signaling (DOTS) signal channel protocol so that
DOTS clients can control their filtering rules when an attack DOTS clients can control their filtering rules when an attack
mitigation is active. mitigation is active.
skipping to change at line 430 skipping to change at line 430
3.2.2.2. YANG Module 3.2.2.2. YANG Module
This YANG module is not intended to be used via NETCONF/RESTCONF for This YANG module is not intended to be used via NETCONF/RESTCONF for
DOTS server management purposes; such a module is out of the scope of DOTS server management purposes; such a module is out of the scope of
this document. It serves only to provide a data model and encoding, this document. It serves only to provide a data model and encoding,
but not a management data model. but not a management data model.
This module uses types defined in [RFC8783]. This module uses types defined in [RFC8783].
<CODE BEGINS> file "ietf-dots-signal-control@2021-08-21.yang" <CODE BEGINS> file "ietf-dots-signal-control@2021-09-01.yang"
module ietf-dots-signal-control { module ietf-dots-signal-control {
yang-version 1.1; yang-version 1.1;
namespace "urn:ietf:params:xml:ns:yang:ietf-dots-signal-control"; namespace "urn:ietf:params:xml:ns:yang:ietf-dots-signal-control";
prefix dots-control; prefix dots-control;
import ietf-dots-signal-channel { import ietf-dots-signal-channel {
prefix dots-signal; prefix dots-signal;
reference reference
"RFC 9132: Distributed Denial-of-Service Open Threat "RFC 9132: Distributed Denial-of-Service Open Threat
Signaling (DOTS) Signal Channel Specification"; Signaling (DOTS) Signal Channel Specification";
skipping to change at line 469 skipping to change at line 469
"WG Web: <https://datatracker.ietf.org/wg/dots/> "WG Web: <https://datatracker.ietf.org/wg/dots/>
WG List: <mailto:dots@ietf.org> WG List: <mailto:dots@ietf.org>
Author: Kaname Nishizuka Author: Kaname Nishizuka
<mailto:kaname@nttv6.jp> <mailto:kaname@nttv6.jp>
Author: Mohamed Boucadair Author: Mohamed Boucadair
<mailto:mohamed.boucadair@orange.com> <mailto:mohamed.boucadair@orange.com>
Author: Tirumaleswar Reddy.K Author: Tirumaleswar Reddy.K
<mailto:TirumaleswarReddy_Konda@McAfee.com> <mailto:kondtir@gmail.com>
Author: Takahiko Nagata Author: Takahiko Nagata
<mailto:nagata@lepidum.co.jp>"; <mailto:nagata@lepidum.co.jp>";
description description
"This module contains YANG definition for the signaling "This module contains YANG definition for the signaling
messages exchanged between a DOTS client and a DOTS server messages exchanged between a DOTS client and a DOTS server
to control, by means of the DOTS signal channel, filtering to control, by means of the DOTS signal channel, filtering
rules configured using the DOTS data channel. rules configured using the DOTS data channel.
skipping to change at line 493 skipping to change at line 493
Redistribution and use in source and binary forms, with or Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject without modification, is permitted pursuant to, and subject
to the license terms contained in, the Simplified BSD License to the license terms contained in, the Simplified BSD License
set forth in Section 4.c of the IETF Trust's Legal Provisions set forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents Relating to IETF Documents
(https://trustee.ietf.org/license-info). (https://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC 9133; see This version of this YANG module is part of RFC 9133; see
the RFC itself for full legal notices."; the RFC itself for full legal notices.";
revision 2021-08-21 { revision 2021-09-01 {
description description
"Initial revision."; "Initial revision.";
reference reference
"RFC 9133: Controlling Filtering Rules Using Distributed "RFC 9133: Controlling Filtering Rules Using Distributed
Denial-of-Service Open Threat Signaling (DOTS) Denial-of-Service Open Threat Signaling (DOTS)
Signal Channel"; Signal Channel";
} }
sx:augment-structure "/dots-signal:dots-signal" sx:augment-structure "/dots-signal:dots-signal"
+ "/dots-signal:message-type" + "/dots-signal:message-type"
skipping to change at line 1085 skipping to change at line 1085
[RFC8783] Boucadair, M., Ed. and T. Reddy.K, Ed., "Distributed [RFC8783] Boucadair, M., Ed. and T. Reddy.K, Ed., "Distributed
Denial-of-Service Open Threat Signaling (DOTS) Data Denial-of-Service Open Threat Signaling (DOTS) Data
Channel Specification", RFC 8783, DOI 10.17487/RFC8783, Channel Specification", RFC 8783, DOI 10.17487/RFC8783,
May 2020, <https://www.rfc-editor.org/info/rfc8783>. May 2020, <https://www.rfc-editor.org/info/rfc8783>.
[RFC8791] Bierman, A., Björklund, M., and K. Watsen, "YANG Data [RFC8791] Bierman, A., Björklund, M., and K. Watsen, "YANG Data
Structure Extensions", RFC 8791, DOI 10.17487/RFC8791, Structure Extensions", RFC 8791, DOI 10.17487/RFC8791,
June 2020, <https://www.rfc-editor.org/info/rfc8791>. June 2020, <https://www.rfc-editor.org/info/rfc8791>.
[RFC9132] Boucadair, M., Shallow, J., and T. Reddy.K, "Distributed [RFC9132] Boucadair, M., Ed., Shallow, J., and T. Reddy.K,
Denial-of-Service Open Threat Signaling (DOTS) Signal "Distributed Denial-of-Service Open Threat Signaling
Channel Specification", RFC 9132, DOI 10.17487/RFC9132, (DOTS) Signal Channel Specification", RFC 9132,
August 2021, <https://www.rfc-editor.org/info/rfc9132>. DOI 10.17487/RFC9132, September 2021,
<https://www.rfc-editor.org/info/rfc9132>.
7.2. Informative References 7.2. Informative References
[INTEROP] Nishizuka, K., Shallow, J., and L. Xia, "DOTS Interop test [INTEROP] Nishizuka, K., Shallow, J., and L. Xia, "DOTS Interop test
report, IETF 103 Hackathon", November 2018, report, IETF 103 Hackathon", November 2018,
<https://datatracker.ietf.org/meeting/103/materials/ <https://datatracker.ietf.org/meeting/103/materials/
slides-103-dots-interop-report-from-ietf-103-hackathon- slides-103-dots-interop-report-from-ietf-103-hackathon-
00>. 00>.
[Key-Map] IANA, "Distributed Denial-of-Service Open Threat Signaling [Key-Map] IANA, "Distributed Denial-of-Service Open Threat Signaling
skipping to change at line 1146 skipping to change at line 1147
Email: kaname@nttv6.jp Email: kaname@nttv6.jp
Mohamed Boucadair Mohamed Boucadair
Orange Orange
35000 Rennes 35000 Rennes
France France
Email: mohamed.boucadair@orange.com Email: mohamed.boucadair@orange.com
Tirumaleswar Reddy.K Tirumaleswar Reddy.K
McAfee, Inc. Akamai
Embassy Golf Link Business Park Embassy Golf Link Business Park
Bangalore 560071 Bangalore 560071
Karnataka Karnataka
India India
Email: kondtir@gmail.com Email: kondtir@gmail.com
Takahiko Nagata Takahiko Nagata
Lepidum Lepidum
Japan Japan
 End of changes. 7 change blocks. 
10 lines changed or deleted 11 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/