From 380297ea2ea22ff9b6555d723edb65f4ee20fa04 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 24 Jul 2009 17:18:30 -0700 Subject: [PATCH] add ipv6 fields to NetInterfaceConfig --- bindings/SigarWrapper.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bindings/SigarWrapper.pm b/bindings/SigarWrapper.pm index abbe5942..6e9637cf 100644 --- a/bindings/SigarWrapper.pm +++ b/bindings/SigarWrapper.pm @@ -1039,6 +1039,18 @@ use vars qw(%classes %cmds); desc => '', plat => '*' }, + { + name => 'address6', type => 'NetAddress', + desc => '', + }, + { + name => 'prefix_length', type => 'Int', + desc => '', + }, + { + name => 'scope', type => 'Int', + desc => '', + }, { name => 'destination', type => 'NetAddress', desc => '',