| 61 | func (nc *dummyNCC) RouteDefaultIPv4() (net.IP, error) { return nil, nil } |
| 62 | |
| 63 | type DummyLBInterface struct { |
| 64 | Vips map[seesaw.VIP]bool |
| 65 | Vlans map[uint16]bool |
| 66 | Vservers map[string]map[seesaw.AF]bool |
| 67 | } |
| 68 | |
| 69 | // NewDummyLBInterface returns a dummy LBInterface for testing purpose. |
| 70 | // Internally it tracks the vips, vlans and vservers resources it manages and |
nothing calls this directly
no outgoing calls
no test coverage detected