-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
error[E0609]: no field `source` on type `Route`
--> examples/list.rs:15:19
|
15 | route.source,
| ^^^^^^ unknown field
|
= note: available fields are: `destination`, `prefix`, `gateway`, `ifindex`
error[E0609]: no field `source_prefix` on type `Route`
--> examples/list.rs:16:19
|
16 | route.source_prefix,
| ^^^^^^^^^^^^^ unknown field
|
= note: available fields are: `destination`, `prefix`, `gateway`, `ifindex`
Metadata
Metadata
Assignees
Labels
No labels