]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
Add some basic tools for IPv6 routers. ipv6
authorStefan G. Weichinger <stefan.weichinger@ipfire.org>
Fri, 23 Nov 2012 13:21:44 +0000 (14:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Nov 2012 13:21:44 +0000 (14:21 +0100)
commit393a41925a7b6793e9083937ce9d05fe535df2e2
treea882f8cad99a8cd931084c6d578ec3b06824ad26
parentb368a2f84d7a99c37cf19194ffa167d30363a63d
Add some basic tools for IPv6 routers.

This adds a collection of tools like aiccu and radvd that
are needed to build an IPv6 router.
16 files changed:
config/aiccu/aiccu.conf [new file with mode: 0644]
config/radvd/radvd.conf [new file with mode: 0644]
config/rootfiles/packages/aiccu [new file with mode: 0644]
config/rootfiles/packages/gnutls [new file with mode: 0644]
config/rootfiles/packages/libdaemon [new file with mode: 0644]
config/rootfiles/packages/nettle [new file with mode: 0644]
config/rootfiles/packages/radvd [new file with mode: 0644]
lfs/aiccu [new file with mode: 0644]
lfs/gnutls [new file with mode: 0644]
lfs/libdaemon [new file with mode: 0644]
lfs/nettle [new file with mode: 0644]
lfs/radvd [new file with mode: 0644]
make.sh
src/initscripts/init.d/aiccu [new file with mode: 0644]
src/initscripts/init.d/firewall6 [new file with mode: 0644]
src/initscripts/init.d/radvd [new file with mode: 0644]