net-route icon indicating copy to clipboard operation
net-route copied to clipboard

Some errors in example `list.rs` on macOS

Open xmh0511 opened this issue 4 months ago • 0 comments

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`

xmh0511 avatar Oct 10 '24 03:10 xmh0511