forked from capport-wg/architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathietf100-slides.html
88 lines (82 loc) · 1.77 KB
/
ietf100-slides.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<meta charset="utf-8">
<style>
.page {
page-break-after: always;
border-top-style: solid;
}
.mono {
font-family: monospace;
}
#titlePage {
text-align: center;
}
h1 {
font-size: 30pt;
}
h2 {
font-size: 26pt;
}
h3 {
font-size: 20pt;
}
ul,div {
font-size: 24pt;
}
li {
padding-bottom: 12pt;
}
pre {
font-size: 16pt;
}
</style>
</head>
<body>
<div class="page" id="titlePage" style="padding-top:5%">
<h1>CAPPORT Architecture</h1>
<h1>draft-ietf-capport-architecture-00</h1>
<h3>Authors: K. Larose, D. Dolson</h3>
<h2>Architecture Updates and Discussion on Working Group Direction</h2>
<h3>Presenter: Kyle Larose</h3>
</div>
<div class="page">
<h1>Updates</h1>
<ul>
<li>Adopted draft version <span class="mono">-00</span> has been uploaded</li>
<li>Some feedback has been incorporated on github
<span class="mono">
https://github.com/capport-wg/architecture
</span></li>
<li>On github some minor changes, as discussed on mailing list.</li>
</ul>
</div>
<div class="page">
<h1>Issue: Provisioning Domains vs. RFC 7710</h1>
Do we let PvD serve the role previously described by RFC 7710?
</div>
<div class="page">
<h1>Issue: RFC 7710</h1>
RFC 7710 is incompletely specified. Depending on adoption of PvD, either:
<ul>
<li>update RFC 7710, or</li>
<li>deprecate RFC 7710.</li>
</ul>
</div>
<div class="page">
<h1>Issue: Indicate No Captive Portal</h1>
<ul>
<li>Would be nice to optimize network attachment if there is no captive portal.</li>
<li>RFC 7710 did not provide such a method.</li>
</ul>
</div>
<div class="page">
<h1>Issue: Portion of packet used for Enforcement?</h1>
<ul>
<li>MAC address?</li>
<li>IPv4/6 address?</li>
<li>Something else (e.g. session id)?</li>
</ul>
</div>
</body>
</html>