DeleteVIP removes a VIP from the load balancing interface.
(*seesaw.VIP)
| 124 | |
| 125 | // DeleteVIP removes a VIP from the load balancing interface. |
| 126 | DeleteVIP(*seesaw.VIP) error |
| 127 | |
| 128 | // AddVLAN adds a VLAN interface to the load balancing interface. |
| 129 | AddVLAN(vlan *seesaw.VLAN) error |
no outgoing calls
no test coverage detected