|
|
1.1 ! root 1: <!-- ! 2: nono ! 3: Copyright (C) 2025 nono project ! 4: Licensed under nono-license.txt ! 5: --> ! 6: <?php require_once "common.php"; ?> ! 7: <html> ! 8: <head> ! 9: <?php print_head_common(); ?> ! 10: <title>nono: Upgrade to 1.2.0</title> ! 11: </head> ! 12: <body> ! 13: <h3>nono</h3> ! 14: <hr> ! 15: ! 16: <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> ! 17: <div class="main1"> ! 18: <tt>hostnet<i>N</i>-driver = auto</tt> の動作が変更になりました。 ! 19: 従来 <tt>auto</tt> は <tt>tap</tt>、<tt>bpf</tt>、<tt>afpacket</tt> ! 20: (のうちコンパイルされているもの) を順に試していましたが、 ! 21: ver 1.2.0 から <tt>auto</tt> は、 ! 22: slirp がコンパイルされていれば <tt>usermode</tt> に、 ! 23: そうでなければ <tt>none</tt> とみなされるようになりました。 ! 24: <q>The behavior of <tt>hostnet<i>N</i>-driver = auto</tt> has been changed. ! 25: In prior version, ! 26: <tt>auto</tt> tried <tt>tap</tt>, <tt>bpf</tt>, and <tt>afpacket</tt> ! 27: in that order (if available), ! 28: but in ver 1.2.0, ! 29: <tt>auto</tt> is assumed to be <tt>usermode</tt> if slirp is compiled, ! 30: otherwise <tt>none</tt>.</q> ! 31: <p> ! 32: 詳細は <a href="#configuration">このドキュメントの設定の章</a ! 33: >を参照してください。 ! 34: <q>See <a href="#configuration">Configuration section in this document</a> ! 35: for the details.</q> ! 36: ! 37: </div> ! 38: <hr> ! 39: nono project ! 40: </body> ! 41: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.