mirror of
https://github.com/ietf-wg-dnsop/wg-materials
synced 2025-08-22 10:17:20 +00:00
first agenda pass
This commit is contained in:
parent
99b2397807
commit
3dcda9b959
@ -1 +1 @@
|
||||
dnsop-ietf121-agenda-requests.md
|
||||
dnsop-ietf121-agenda.md
|
@ -42,15 +42,40 @@
|
||||
|
||||
* Hackathon Results, 10 minutes
|
||||
|
||||
*
|
||||
|
||||
### Current Working Group Business
|
||||
|
||||
*
|
||||
* draft-ietf-dnsop-generalized-notify
|
||||
- https://datatracker.ietf.org/doc/draft-ietf-dnsop-generalized-notify/
|
||||
- Peter Thomassen <peter@desec.io>, 5
|
||||
- Chairs Action:
|
||||
|
||||
* draft-ietf-dnsop-domain-verification-techniques
|
||||
- https://datatracker.ietf.org/doc/draft-ietf-dnsop-domain-verification-techniques/
|
||||
- shivankaulsahib@gmail.com, 10
|
||||
- Chairs Action:
|
||||
|
||||
* draft-ietf-dnsop-rfc8624-bis
|
||||
- https://datatracker.ietf.org/doc/draft-ietf-dnsop-rfc8624-bis/
|
||||
- Wes Hardaker <wjhns1@hardakers.net>, 15
|
||||
- Chairs Action:
|
||||
|
||||
### For Consideration
|
||||
|
||||
*
|
||||
* draft-sheth-dns-integration
|
||||
- https://datatracker.ietf.org/doc/draft-sheth-dns-integration/
|
||||
- Sheth, Swapneel <ssheth@Verisign.com>, 15
|
||||
- Chairs Action:
|
||||
|
||||
* draft-momoka-dnsop-3901bis
|
||||
- https://datatracker.ietf.org/doc/draft-momoka-dnsop-3901bis/
|
||||
- Tobias Fiebig <tobias@fiebig.nl>, 15
|
||||
- Chairs Action:
|
||||
|
||||
* draft-easlake-dnsop-rfc2930bis-tkey
|
||||
- https://datatracker.ietf.org/doc/draft-easlake-dnsop-rfc2930bis-tkey/
|
||||
- Donald Eastlake <d3e3e3@gmail.com>, 10
|
||||
- Chairs Action:
|
||||
|
||||
|
||||
## Session II
|
||||
|
||||
@ -71,14 +96,47 @@
|
||||
|
||||
* Opening, Note Well and Blue Sheets, Chairs, 5 min
|
||||
|
||||
### Liaison with other WGs
|
||||
|
||||
*
|
||||
|
||||
### For Consideration
|
||||
|
||||
*
|
||||
* draft-fujiwara-dnsop-dns-upper-limit-values
|
||||
- https://datatracker.ietf.org/doc/draft-fujiwara-dnsop-dns-upper-limit-values/
|
||||
- fujiwara@jprs.co.jp / fujiwara@wide.ad.jp, 15
|
||||
- Chairs Action:
|
||||
|
||||
* draft-bortzmeyer-more-edes
|
||||
- https://datatracker.ietf.org/doc/draft-bortzmeyer-more-edes/
|
||||
- bortzmeyer@nic.fr, 15
|
||||
- Chairs Action:
|
||||
|
||||
* draft-buraglio-deprecate7050
|
||||
- https://datatracker.ietf.org/doc/draft-buraglio-deprecate7050/
|
||||
- buraglio@forwardingplane.net, 15
|
||||
- Chairs Action:
|
||||
|
||||
* draft-davies-internal-tld
|
||||
- https://datatracker.ietf.org/doc/draft-davies-internal-tld/
|
||||
- Kim Davies <kim.davies@iana.org>, 10
|
||||
- Chairs Action:
|
||||
|
||||
* draft-pan-dnsop-explicit-forged-answer-signal
|
||||
- https://datatracker.ietf.org/doc/draft-pan-dnsop-explicit-forged-answer-signal/
|
||||
- Yu Fu <fuy186@chinaunicom.cn>, 10
|
||||
- Chairs Action:
|
||||
|
||||
* draft-berra-dnsop-keystate
|
||||
- https://datatracker.ietf.org/doc/draft-berra-dnsop-keystate/
|
||||
- Johan Stenstam <johan.stenstam@internetstiftelsen.se>, 10
|
||||
- Chairs Action:
|
||||
|
||||
* draft-johani-dnsop-delegation-mgmt-via-ddns
|
||||
- https://datatracker.ietf.org/doc/draft-johani-dnsop-delegation-mgmt-via-ddns/
|
||||
- Johan Stenstam <johan.stenstam@internetstiftelsen.se>, 10
|
||||
- Chairs Action:
|
||||
|
||||
### Time Permitting
|
||||
|
||||
*
|
||||
* draft-tjjk-cared
|
||||
- https://datatracker.ietf.org/doc/draft-tjjk-cared/
|
||||
- tojens.ietf@gmail.com, 15
|
||||
- Chairs Action:
|
||||
|
||||
|
@ -51,7 +51,7 @@ def getitems(newlines):
|
||||
agendaitem.setdefault('time', fields[3].replace('min', ''))
|
||||
if 'DocType' in l:
|
||||
doctype = ' '.join(fields[2::]).lower()
|
||||
if doctype not in ['current business', 'for consideration']:
|
||||
if doctype not in ['current', 'for consideration', 'i-d']:
|
||||
agendaitem.setdefault('doctype', ' '.join(fields[2::]))
|
||||
if 'Remark' in l:
|
||||
agendaitem.setdefault('remark', ' '.join(fields[2::]))
|
||||
@ -83,8 +83,8 @@ def writef(filename, records):
|
||||
def printitems(args):
|
||||
newlines = []
|
||||
|
||||
alltimes.append("Agenda Bashing Blue Sheets\tChairs\t10\n")
|
||||
alltimes.append("Updates of Old Work\tChairs\t10\n")
|
||||
alltimes.append("Opening, Note Well and Chairs Updates\tChairs\t15\n")
|
||||
alltimes.append("Hackathon Results\tChairs\t10\n")
|
||||
|
||||
alltimes.append('\n### Current Working Group Business\n')
|
||||
newlines.append('\n### Current Working Group Business\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user