Browse Source

* doc/apt.conf.5.xml:
- document Acquire::ForceIPv{4,6}

Michael Vogt 13 years ago
parent
commit
6db4e5c69f
2 changed files with 14 additions and 0 deletions
  1. 2 0
      debian/changelog
  2. 12 0
      doc/apt.conf.5.xml

+ 2 - 0
debian/changelog

@@ -16,6 +16,8 @@ apt (0.9.7.9~exp2) UNRELEASED; urgency=low
   [ Michael Vogt ]
   [ Michael Vogt ]
   * methods/connect.cc:
   * methods/connect.cc:
     - use Errno() instead of strerror(), thanks to David Kalnischk
     - use Errno() instead of strerror(), thanks to David Kalnischk
+  * doc/apt.conf.5.xml:
+    - document Acquire::ForceIPv{4,6}
 
 
  -- Christian Perrier <bubulle@debian.org>  Sun, 24 Mar 2013 08:57:45 +0100
  -- Christian Perrier <bubulle@debian.org>  Sun, 24 Mar 2013 08:57:45 +0100
 
 

+ 12 - 0
doc/apt.conf.5.xml

@@ -554,6 +554,18 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      </listitem>
      </listitem>
      </varlistentry>
      </varlistentry>
 
 
+     <varlistentry><term><option>ForceIPv4</option></term>
+	 <listitem><para>
+         When downloading, force to use only the IPv4 protocol.
+	 </para></listitem>
+     </varlistentry>
+
+     <varlistentry><term><option>ForceIPv6</option></term>
+	 <listitem><para>
+         When downloading, force to use only the IPv6 protocol.
+	 </para></listitem>
+     </varlistentry>
+
    </variablelist>
    </variablelist>
  </refsect1>
  </refsect1>