(event string, desc string, args ...any)
| 22 | TableInsertRoute(prefix netip.Prefix, route state.SelRoute) |
| 23 | TableDeleteRoute(prefix netip.Prefix) |
| 24 | RouterEvent(event string, desc string, args ...any) |
| 25 | } |
| 26 | |
| 27 | func updateFeasibility(router *state.RouterState, advRoute state.PubRoute) { |
no outgoing calls
no test coverage detected