Content-type: text/html
IPESPSwitch([KEYWORDS])
IPESPSwitch emits non-ESP packet to output0, and emit ESP packets to output 1 or output 2. IPESPSwitch also set the ESP annotation. Most of the ESP elements depend on the ESP annotation, such as ESPExec, ESPCheck, ESPClassifier(n) ESPReflect(n) arguments are
SETANNO
Boolean.If set to false, IPESPSwitch will not set the ESP annotation.
The Default value is true,
TYPE
String.
If the TYPE was set to "Dedicate", IPESPSwitch will emit dedicate ESP
packet to output 1, other packets including piggyback ESP packet to
output 0;
If the TYPE was set to "Piggybadk", IPESPSwitch will emit piggyback
ESP packet to output1, other packets to output 0;
IF the TYPE was set to "ESP", IPESPSwitch will emit both dedicate ESP
packets and piggyback ESP packets to output1, other IP packets to
output 0. "ESP" is the default value;
IF the TYPE was set to "Seprated", IPESPSwitch will emit piggyback
ESP packets to output 1, emit dedicate ESP packets to output 2, and
emit other IP packets to output0
You must make sure the input of IPESPSwitch are valid IP packets.