Add no route event
This commit is contained in:
parent
688d4da4b7
commit
59b86002c4
2 changed files with 9 additions and 3 deletions
|
|
@ -15,8 +15,9 @@ type (
|
|||
)
|
||||
|
||||
const (
|
||||
EventInterfaceUpdate = 1
|
||||
EventAndroidVPNUpdate = 2
|
||||
EventInterfaceUpdate = iota
|
||||
EventAndroidVPNUpdate
|
||||
EventNoRoute
|
||||
)
|
||||
|
||||
type NetworkUpdateMonitor interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue