DRBD IPv6 support
authorManuel Franceschini <livewire@google.com>
Tue, 29 Jun 2010 10:43:22 +0000 (12:43 +0200)
committerManuel Franceschini <livewire@google.com>
Wed, 30 Jun 2010 11:55:48 +0000 (13:55 +0200)
commit5a672c3079959a10c1c383c8dbd4e7ceb251937e
tree0cfbaca167e6cced4224efb12262d30ef3c3fb6c
parentcf0e6df7aebfaa841c37ec0e8e873f16462777e8
DRBD IPv6 support

Support IPv6 configuration for 'drbdsetup show' parser and add unittests
concerning that case. Renames some data files to use consistent names
clarifying their usage.

Signed-off-by: Manuel Franceschini <livewire@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am
lib/bdev.py
test/data/bdev-drbd-8.0.txt [moved from test/data/bdev-both.txt with 100% similarity]
test/data/bdev-drbd-8.3.txt [moved from test/data/bdev-8.3-both.txt with 100% similarity]
test/data/bdev-drbd-disk.txt [moved from test/data/bdev-disk.txt with 100% similarity]
test/data/bdev-drbd-net-ip4.txt [moved from test/data/bdev-net.txt with 100% similarity]
test/data/bdev-drbd-net-ip6.txt [new file with mode: 0644]
test/ganeti.bdev_unittest.py