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 => '',