Removes an interface object from the system configuration database.
udefif [ -l InterfaceInstance ]
The udefif method deletes the specified interface instance from the system configuration database by:
-l InterfaceInstance | Specifies the interface instance to be undefined. If no interface instances are specified, the udefif method undefines all defined interface instances. |
To remove an interface instance from the database, enter a method similar to the following:
udefif -l tr0
In this example, the interface instance to be removed is tr0 .
The rmdev command, udefinet method.
The odm_run_method subroutine.
TCP/IP Network Interfaces in AIX Version 4.3 System Management Guide: Communications and Networks.
Writing a Device Method in Kernel Extensions and Device Support Programming Concepts.
Object Data Manager (ODM) Overview for Programmers in General Programming Concepts.