OnIpAddressRemoved
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
If the CAPL program implements this callback it is called when an address gets removed from a network interface. Note: The callback is only available for simulation nodes using the individual TCP/IP stack instance. Check this setting in the CANoe DE product TCP/IP Stack configuration dialog.Parameters
- ifIndex: The 1-based network interface index.
- address: The removed IP address.
- prefix: The prefix of the removed address. It defines the number of bits belonging to the network part of the address.
- origin: Defines the initiator for removing this address. Possible values are:
- ORIGIN_UNKNOWN = 0,
- ORIGIN_USER = 1,
- ORIGIN_SYSTEM = 2,
- ORIGIN_DHCPv4CLIENT = 3,
- ORIGIN_DHCPv6CLIENT = 4,
- ORIGIN_RFC3927CLIENT = 5