ndr: Add support for pulling/printing an ipv6address type
[ira/wip.git] / pidl / lib / Parse / Pidl / NDR.pm
index f079fbc65001c529da3f43c1f431a56228e05ae6..4961cda99e56aaef7b939f4600dc4d067b9b8b21 100644 (file)
@@ -75,6 +75,7 @@ my $scalar_alignment = {
        'nbt_string' => 4,
        'wrepl_nbt_name' => 4,
        'ipv4address' => 4,
        'nbt_string' => 4,
        'wrepl_nbt_name' => 4,
        'ipv4address' => 4,
+       'ipv6address' => 4, #16?
        'dnsp_name' => 1
 };
 
        'dnsp_name' => 1
 };