[BACK]Return to bgplg.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / bgplg

Diff for /src/usr.bin/bgplg/bgplg.h between version 1.13 and 1.14

version 1.13, 2017/12/18 09:12:49 version 1.14, 2018/02/02 13:46:17
Line 57 
Line 57 
             { BGPCTL, "show","ip", "bgp", "detail", "large-community", NULL } },\              { BGPCTL, "show","ip", "bgp", "detail", "large-community", NULL } },\
         { "show ip bgp detail", 1, 1, "<prefix>",                 \          { "show ip bgp detail", 1, 1, "<prefix>",                 \
             { BGPCTL, "show","ip", "bgp", "detail", NULL } },           \              { BGPCTL, "show","ip", "bgp", "detail", NULL } },           \
         { "show ip bgp detail as", 1, 1, "<prefix>",              \          { "show ip bgp detail as", 1, 1, "<asnum>",               \
             { BGPCTL, "show","ip", "bgp", "detail", "as", NULL } },     \              { BGPCTL, "show","ip", "bgp", "detail", "as", NULL } },     \
         { "show ip bgp in", 1, 1, "<prefix>",                     \          { "show ip bgp in", 1, 1, "<prefix>",                     \
             { BGPCTL, "show","ip", "bgp", "in", NULL } },               \              { BGPCTL, "show","ip", "bgp", "in", NULL } },               \

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14