[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.15 and 1.16

version 1.15, 2018/10/24 09:02:48 version 1.16, 2018/10/24 13:18:52
Line 51 
Line 51 
             { BGPCTL, "show","ip", "bgp", "community", NULL } },        \              { BGPCTL, "show","ip", "bgp", "community", NULL } },        \
         { "show ip bgp detail community", 1, 1, "<community>",    \          { "show ip bgp detail community", 1, 1, "<community>",    \
             { BGPCTL, "show","ip", "bgp", "detail", "community", NULL } },\              { BGPCTL, "show","ip", "bgp", "detail", "community", NULL } },\
           { "show ip bgp ext-community", 2, 2, "<ext-community>",   \
               { BGPCTL, "show","ip", "bgp", "ext-community", NULL } },    \
           { "show ip bgp detail ext-community", 2, 2, "<ext-community>",\
               { BGPCTL, "show","ip", "bgp", "detail", "ext-community", NULL } },\
         { "show ip bgp large-community", 1, 1, "<large-community>",\          { "show ip bgp large-community", 1, 1, "<large-community>",\
             { BGPCTL, "show","ip", "bgp", "large-community", NULL } },  \              { BGPCTL, "show","ip", "bgp", "large-community", NULL } },  \
         { "show ip bgp detail large-community", 1, 1, "<large-community>",\          { "show ip bgp detail large-community", 1, 1, "<large-community>",\
Line 63 
Line 67 
             { BGPCTL, "show","ip", "bgp", "in", "neighbor", NULL } },   \              { BGPCTL, "show","ip", "bgp", "in", "neighbor", NULL } },   \
         { "show ip bgp out", 1, 1, "<neighbor>",                  \          { "show ip bgp out", 1, 1, "<neighbor>",                  \
             { BGPCTL, "show","ip", "bgp", "out", "neighbor", NULL } },  \              { BGPCTL, "show","ip", "bgp", "out", "neighbor", NULL } },  \
           { "show ip bgp ovs", 1, 1, "<state>",                     \
               { BGPCTL, "show","ip", "bgp", "ovs", 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.15  
changed lines
  Added in v.1.16