summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2020-03-30 14:47:15 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-03-30 15:07:57 -0400
commit43aa59653862fbbed0e1ccb813a23444be57acaa (patch)
tree146a06b27c33e5011ecbd82757da4e1d4eafae97 /lib/command.c
parentff82bbbb912d84a4a9bc22a7efe7f51adada02eb (diff)
bgpd: display ingress packet queue size
In the past, we always displayed the number of buffered ingress packets as zero because there was no packet buffering in the input path and therefore never any queue size to report. They're buffered now so we can display something meaningful instead of 0. Also change the inq / outq lookups to be atomic, since they can be modified elsewhere. These should still compile down to an unfenced word read but it's good to be explicit. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
0 files changed, 0 insertions, 0 deletions