Package: radvd
Version: 1:1.9.1-1.3
Severity: wishlist

Dear Maintainer,

could support for dynamic 6rd tunnels be added?

Parameters would be
* Base6rdInterface
the IPv4-Interface, e.g. ppp0

* 6rdPrefix
tunnel provider's prefix, e.g. 2001:55c for Comcast

* 6rdPrefixLength
tunnel provider's prefix length, e.g. 32 for Comcast or 28 for Vodafone

Interface specific subnet would be configured like for 6to4 tunnel in the prefix statement:
prefix 0:0:000B:EEF::/64  {

(If additional parameters are required for different setups, maybe 6rdIPv4MaskLength, these could be added in a second step.)


A complete config with two subnets would look like this:

interface eth0
{
    AdvSendAdvert on;
    prefix 0:0:000B:EEF::/64
    {
        AdvOnLink on;
        AdvAutonomous on;
        Base6rdInterface ppp0;
        6rdPrefix 2001:55c;
        6rdPrefixLength 28;
    };
};

interface eth1
{
    AdvSendAdvert on;
    prefix 0:0:000D:EAD::/64
    {
        AdvOnLink on;
        AdvAutonomous on;
        Base6rdInterface ppp0;
        6rdPrefix 2001:55c;
        6rdPrefixLength 28;
    };
};


-- System Information:
Debian Release: 7.8
  APT prefers stable
APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'proposed-updates')

Architecture: i386 (i686)

Kernel: Linux 3.16.0-0.bpo.4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages radvd depends on:
ii  adduser     3.113+nmu3
ii  libc6       2.13-38+deb7u7
pn  libdaemon0  <none>

radvd recommends no packages.

radvd suggests no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to