diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-09-04 15:20:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 15:20:56 +0300 |
| commit | ff542b22d219107bede01c74b426ddda87c7a31d (patch) | |
| tree | cd8a2a63973fc488b7d452b547035ebac82a2c1a /lib/if.h | |
| parent | 640b59a8b0d87337fef336950e7ebf94a3344a7f (diff) | |
| parent | 7b8a4249ea9481ced4a5c29a7b5cacc0e3acb80d (diff) | |
Merge pull request #14340 from mjstapp/txqlen_info
lib,zebra: add tx queuelen to interface struct
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -252,6 +252,9 @@ struct interface { /* Interface Speed in Mb/s */ uint32_t speed; + /* TX queue len */ + uint32_t txqlen; + /* Interface MTU. */ unsigned int mtu; /* IPv4 MTU */ unsigned int |
