|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2025 nono project
4: Licensed under nono-license.txt
5: -->
6: <html>
7: <head>
8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9: <style type="text/css">
10: /* https://jfly.uni-koeln.de/colorset/ */
11:
12: :root {
13: --blue: rgb( 0, 90, 255);
14: --brown: rgb(128, 64, 0);
15: --green: rgb( 3, 175, 122);
16: --grey: rgb(132, 145, 158);
17: --cream: rgb(255, 255, 128);
18: --yellow-green: rgb(216, 242, 85);
19: --light-pink: rgb(255, 202, 191);
20: --light-green: rgb(119, 217, 168);
21: --light-grey: rgb(200, 200, 203);
22:
23: --bg-grey: rgb(220, 220, 223);
24: }
25: body {
26: background-color: var(--bg-grey);
27: }
28: q {
29: color: var(--brown);
30: }
31: q:before {
32: content: "[";
33: }
34: q:after {
35: content: "]";
36: }
37: dt.dt-indent {
38: padding-left: 1ex;
39: }
40: .h4 {
41: font-weight: bold;
42: font-size: 110%;
43: }
44: .h5 {
45: font-weight: bold;
46: padding-left: 1ex;
47: }
48: .main {
49: margin-left: 2em;
50: }
51: .main1 {
52: margin-left: 1em;
53: }
54: .cons {
55: background-color: black;
56: color: white;
57: }
58: .file {
59: background-color: white;
60: color: black;
61: }
62: .strike {
63: color: var(--grey);
64: }
65: .strike > q {
66: color: var(--grey);
67: }
68: .new {
69: background-color: var(--light-green);
70: }
71: .new > q {
72: background-color: var(--light-green);
73: }
74: </style>
75: <title>nono: Upgrade to 1.2.0</title>
76: </head>
77: <body>
78: <h3>nono</h3>
79: <hr>
80:
81: <h4>ver 1.1.x から ver 1.2.0 への移行方法 <q>How to migrate from ver 1.1.x to ver 1.2.0</q></h4>
82: <div class="main1">
83: <tt>hostnet<i>N</i>-driver = auto</tt> の動作が変更になりました。
84: 従来 <tt>auto</tt> は <tt>tap</tt>、<tt>bpf</tt>、<tt>afpacket</tt>
85: (のうちコンパイルされているもの) を順に試していましたが、
86: ver 1.2.0 から <tt>auto</tt> は、
87: slirp がコンパイルされていれば <tt>usermode</tt> に、
88: そうでなければ <tt>none</tt> とみなされるようになりました。
89: <q>The behavior of <tt>hostnet<i>N</i>-driver = auto</tt> has been changed.
90: In prior version,
91: <tt>auto</tt> tried <tt>tap</tt>, <tt>bpf</tt>, and <tt>afpacket</tt>
92: in that order (if available),
93: but in ver 1.2.0,
94: <tt>auto</tt> is assumed to be <tt>usermode</tt> if slirp is compiled,
95: otherwise <tt>none</tt>.</q>
96: <p>
97: 詳細は <a href="#configuration">このドキュメントの設定の章</a
98: >を参照してください。
99: <q>See <a href="#configuration">Configuration section in this document</a>
100: for the details.</q>
101:
102: </div>
103: <hr>
104: nono project
105: </body>
106: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.