DEFUN (neighbor_attr_unchanged,
neighbor_attr_unchanged_cmd,
- "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med> [<as-path|next-hop|med> [<as-path|next-hop|med>]]]",
+ "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged\
+ [<\
+ as-path [next-hop [med]]|as-path [med [next-hop]]|\
+ next-hop [as-path [med]]|next-hop [med [as-path]]|\
+ med [as-path [nexthop]]|med [next-hop [as-path]]\
+ >]",
NEIGHBOR_STR
NEIGHBOR_ADDR_STR2
"BGP attribute is propagated unchanged to this neighbor\n"
"Nexthop attribute\n"
"Med attribute\n"
"As-path attribute\n"
+ "Med attribute\n"
+ "Nexthop attribute\n"
+ "Nexthop attribute\n"
+ "As-path attribute\n"
+ "Med attribute\n"
"Nexthop attribute\n"
"Med attribute\n"
"As-path attribute\n"
+ "Med attribute\n"
+ "As-path attribute\n"
+ "Nexthop attribute\n"
+ "Med attribute\n"
"Nexthop attribute\n"
- "Med attribute\n")
+ "As-path attribute\n")
{
int idx = 0;
char *peer = argv[1]->arg;
DEFUN (no_neighbor_attr_unchanged,
no_neighbor_attr_unchanged_cmd,
- "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med> [<as-path|next-hop|med> [<as-path|next-hop|med>]]]",
+ "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged\
+ [<\
+ as-path [next-hop [med]]|as-path [med [next-hop]]|\
+ next-hop [as-path [med]]|next-hop [med [as-path]]|\
+ med [as-path [nexthop]]|med [next-hop [as-path]]\
+ >]",
NO_STR
NEIGHBOR_STR
NEIGHBOR_ADDR_STR2
"Nexthop attribute\n"
"Med attribute\n"
"As-path attribute\n"
+ "Med attribute\n"
+ "Nexthop attribute\n"
+ "Nexthop attribute\n"
+ "As-path attribute\n"
+ "Med attribute\n"
"Nexthop attribute\n"
"Med attribute\n"
"As-path attribute\n"
+ "Med attribute\n"
+ "As-path attribute\n"
+ "Nexthop attribute\n"
+ "Med attribute\n"
"Nexthop attribute\n"
- "Med attribute\n")
+ "As-path attribute\n")
{
int idx = 0;
char *peer = argv[2]->arg;