diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-04 00:28:26 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-04 00:28:26 +0200 |
commit | eb649b7ff38df75fb2b5fc20a552b9a6d1f78063 (patch) | |
tree | 174cf41e234472dc15902a7011c0914284ad64b6 /lib/if.h | |
parent | zebra: Display new speed information in 'show int..' command (diff) | |
download | frr-eb649b7ff38df75fb2b5fc20a552b9a6d1f78063.tar.xz frr-eb649b7ff38df75fb2b5fc20a552b9a6d1f78063.zip |
lib, zebra: Fix CR comments
lib -> Add a bit of documentation about what units we are in.
zebra -> Fix failure case to be a bit better.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/if.h')
-rw-r--r-- | lib/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ struct interface /* Interface metric */ uint32_t metric; - /* Interface Speed */ + /* Interface Speed in Mb/s */ uint32_t speed; /* Interface MTU. */ |