[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.14 and 1.15

version 1.14, 2018/02/02 13:46:17 version 1.15, 2018/10/24 09:02:48
Line 59 
Line 59 
             { BGPCTL, "show","ip", "bgp", "detail", NULL } },           \              { BGPCTL, "show","ip", "bgp", "detail", NULL } },           \
         { "show ip bgp detail as", 1, 1, "<asnum>",               \          { "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, "<neighbor>",                   \
             { BGPCTL, "show","ip", "bgp", "in", NULL } },               \              { BGPCTL, "show","ip", "bgp", "in", "neighbor", NULL } },   \
         { "show ip bgp out", 1, 1, "<prefix>",                    \          { "show ip bgp out", 1, 1, "<neighbor>",                  \
             { BGPCTL, "show","ip", "bgp", "out", NULL } },              \              { BGPCTL, "show","ip", "bgp", "out", "neighbor", NULL } },  \
         { "show ip bgp memory", 0, 0, NULL,                             \          { "show ip bgp memory", 0, 0, NULL,                             \
             { BGPCTL, "show", "ip", "bgp", "memory", NULL } },          \              { BGPCTL, "show", "ip", "bgp", "memory", NULL } },          \
         { "show neighbor", 0, 1, NULL,                                  \          { "show neighbor", 0, 1, NULL,                                  \

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