#include <rlp.h>
Data Fields | |
| Rlp_IpOpts_t | ipOpt |
If IP options are present in a packet, this option will search for a specific option in use, such as source routing.
If IP options are present in a packet, this option will search for a specific option in use, such as source routing.
Valid arguments to this option are:
rr - Record route eol - End of list nop - No op ts - Time Stamp sec - IP security option lsrr - Loose source routing ssrr - Strict source routing satid - Stream identifier
The most frequently watched for IP options are strict and loose source routing which aren't used in any widespread internet applications. Only a single option may be specified per rule.
all uses of ipopt:
ipopts: rr ipopts: ssrr ipopts:lsrr ipopts:lsrre
Definition at line 722 of file rlp.h.