=========================== ``topology_lib_ip.library`` =========================== .. automodule:: topology_lib_ip.library .. contents:: :local: .. currentmodule:: topology_lib_ip.library Functions ========= - :py:func:`interface`: Configure a interface. - :py:func:`remove_ip`: Remove an IP address from an interface. - :py:func:`add_route`: Add a new static route. - :py:func:`add_link_type_vlan`: Add a new virtual link with the type set to VLAN. - :py:func:`remove_link_type_vlan`: Delete a virtual link. - :py:func:`sub_interface`: Configure a subinterface. - :py:func:`show_interface`: Show the configured parameters and stats of an interface. .. autofunction:: interface .. autofunction:: remove_ip .. autofunction:: add_route .. autofunction:: add_link_type_vlan .. autofunction:: remove_link_type_vlan .. autofunction:: sub_interface .. autofunction:: show_interface