What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Ipv6StringToOctetTransformer

The Ipv6StringToOctetTransformer will produce the octet bytes of an Internet Protocol version 6 string.

Examples

<DataModel name="Ex1">
        <String name="TransformMe" value="fe80::4090:3894:4a88:a6f">
                <Transformer class="Ipv6StringToOctet" />
        </String>
</DataModel>