summaryrefslogtreecommitdiff
path: root/python/makefile.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-05-03 21:49:46 +0300
committerDonatas Abraitis <donatas.abraitis@gmail.com>2020-05-03 21:49:46 +0300
commitd3ada366686926b3bd25df6b10b47ce4f3c6ae8e (patch)
tree0911854d2f32c6001ff0f7c948d93e03a4108047 /python/makefile.py
parent81ad02917326718fe4e05373033ef193e3d60de2 (diff)
bgpd: Show "(Policy)" under PfxRcd/PfxSnt when eBGP policy is in use
It could be hard to notice when eBGP policy is missing in `show bgp summary`. This adds more sugar to the output: Normal: ``` MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt 10 0 0 0 00:02:07 6 8 ``` When rfc8212 is enabled (default since 7.4) - OUTBOUND: ``` MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt 13 0 0 0 00:04:56 6 (Policy) ``` INBOUND: ``` MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt 19 0 0 0 00:06:27 (Policy) 2 ``` Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'python/makefile.py')
0 files changed, 0 insertions, 0 deletions