2
0
mirror of https://github.com/ietf-wg-dnsop/wg-materials synced 2025-08-22 02:09:16 +00:00

added propose slide link to agenda

This commit is contained in:
Tim Wicinski 2021-07-23 12:21:01 -04:00
parent 23de0a5ea4
commit 7699fa55d2
5 changed files with 10 additions and 4 deletions

View File

@ -11,9 +11,9 @@ Questions, Concerns, etc: dnsop-chairs at ietf.org
* ~~draft-ietf-dnsop-server-cookies~~ RFC9018 * ~~draft-ietf-dnsop-server-cookies~~ RFC9018
### RFC Ed Queue * ~~draft-ietf-dnsop-nsec-ttl~~ RFC9077
* draft-ietf-dnsop-nsec-ttl ### RFC Ed Queue
* draft-ietf-dnsop-iana-class-type-yang * draft-ietf-dnsop-iana-class-type-yang
@ -73,7 +73,6 @@ Questions, Concerns, etc: dnsop-chairs at ietf.org
* draft-ietf-dnsop-terminology-ter * draft-ietf-dnsop-terminology-ter
- Parked WG Document - Parked WG Document
## Active Calls for Adoption ## Active Calls for Adoption
## Candidates For Adoption ## Candidates For Adoption

View File

@ -15,6 +15,8 @@
* [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md) * [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md)
* [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/) * [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/)
* [Propose Slides](https://datatracker.ietf.org/meeting/111/session/dnsop)
## Session I ## Session I
* Date: 26 July 2021 * Date: 26 July 2021

View File

@ -1,5 +1,7 @@
## IETF DNSOP Agenda Requests ## IETF DNSOP Agenda Requests
## Propose Slides: https://datatracker.ietf.org/meeting/%%MTG%%/session/dnsop
## Request Template Example ## Request Template Example
* Draft name: * Draft name:

View File

@ -15,6 +15,9 @@
* [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md) * [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md)
* [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/) * [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/)
* [Upload Slides](https://datatracker.ietf.org/meeting/%%MTG%%/session/dnsop)
## Session I ## Session I
* Date: * Date:

View File

@ -22,7 +22,7 @@ echo "Creating ${IETF}..."
${ECHO} mkdir -p "${IETF}" ${ECHO} mkdir -p "${IETF}"
${ECHO} cp ${WG}-templates/${WG}-agenda-requests-template.md "${IETF}"/"${IETF}"-agenda-requests.md ${ECHO} sed -e "s/%%MTG%%/${mtg}/g" ${WG}-templates/${WG}-agenda-requests-template.md > "${IETF}"/"${IETF}"-agenda-requests.md
${ECHO} sed -e "s/%%MTG%%/${mtg}/g" ${WG}-templates/${WG}-agenda-template.md > "${IETF}"/"${IETF}"-agenda.md ${ECHO} sed -e "s/%%MTG%%/${mtg}/g" ${WG}-templates/${WG}-agenda-template.md > "${IETF}"/"${IETF}"-agenda.md