mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
*: remove stray extra semicolons
Some places had extra semicolons where none belong. Remove them. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit b7d5021bfa161f797cbfb1e92bf5b94327fb1b71)
This commit is contained in:
parent
7ebe974831
commit
010e1aa65e
@ -3839,7 +3839,7 @@ ALIAS (set_aspath_prepend,
|
|||||||
"Transform BGP AS_PATH attribute\n"
|
"Transform BGP AS_PATH attribute\n"
|
||||||
"Prepend to the as-path\n"
|
"Prepend to the as-path\n"
|
||||||
"Use the peer's AS-number\n"
|
"Use the peer's AS-number\n"
|
||||||
"Number of times to insert");
|
"Number of times to insert")
|
||||||
|
|
||||||
DEFUN (no_set_aspath_prepend,
|
DEFUN (no_set_aspath_prepend,
|
||||||
no_set_aspath_prepend_cmd,
|
no_set_aspath_prepend_cmd,
|
||||||
|
@ -48,7 +48,7 @@ struct bgp_node
|
|||||||
* @see bgp_node_to_rnode
|
* @see bgp_node_to_rnode
|
||||||
* @see bgp_node_from_rnode
|
* @see bgp_node_from_rnode
|
||||||
*/
|
*/
|
||||||
ROUTE_NODE_FIELDS;
|
ROUTE_NODE_FIELDS
|
||||||
|
|
||||||
struct bgp_adj_out *adj_out;
|
struct bgp_adj_out *adj_out;
|
||||||
|
|
||||||
|
@ -1740,7 +1740,7 @@ ALIAS (area_passwd_md5,
|
|||||||
"Authentication\n"
|
"Authentication\n"
|
||||||
"SNP PDUs\n"
|
"SNP PDUs\n"
|
||||||
"Send but do not check PDUs on receiving\n"
|
"Send but do not check PDUs on receiving\n"
|
||||||
"Send and check PDUs on receiving\n");
|
"Send and check PDUs on receiving\n")
|
||||||
|
|
||||||
DEFUN (area_passwd_clear,
|
DEFUN (area_passwd_clear,
|
||||||
area_passwd_clear_cmd,
|
area_passwd_clear_cmd,
|
||||||
@ -1798,7 +1798,7 @@ ALIAS (area_passwd_clear,
|
|||||||
"Authentication\n"
|
"Authentication\n"
|
||||||
"SNP PDUs\n"
|
"SNP PDUs\n"
|
||||||
"Send but do not check PDUs on receiving\n"
|
"Send but do not check PDUs on receiving\n"
|
||||||
"Send and check PDUs on receiving\n");
|
"Send and check PDUs on receiving\n")
|
||||||
|
|
||||||
DEFUN (no_area_passwd,
|
DEFUN (no_area_passwd,
|
||||||
no_area_passwd_cmd,
|
no_area_passwd_cmd,
|
||||||
@ -1878,7 +1878,7 @@ ALIAS (domain_passwd_md5,
|
|||||||
"Authentication\n"
|
"Authentication\n"
|
||||||
"SNP PDUs\n"
|
"SNP PDUs\n"
|
||||||
"Send but do not check PDUs on receiving\n"
|
"Send but do not check PDUs on receiving\n"
|
||||||
"Send and check PDUs on receiving\n");
|
"Send and check PDUs on receiving\n")
|
||||||
|
|
||||||
DEFUN (domain_passwd_clear,
|
DEFUN (domain_passwd_clear,
|
||||||
domain_passwd_clear_cmd,
|
domain_passwd_clear_cmd,
|
||||||
@ -1936,7 +1936,7 @@ ALIAS (domain_passwd_clear,
|
|||||||
"Authentication\n"
|
"Authentication\n"
|
||||||
"SNP PDUs\n"
|
"SNP PDUs\n"
|
||||||
"Send but do not check PDUs on receiving\n"
|
"Send but do not check PDUs on receiving\n"
|
||||||
"Send and check PDUs on receiving\n");
|
"Send and check PDUs on receiving\n")
|
||||||
|
|
||||||
DEFUN (no_domain_passwd,
|
DEFUN (no_domain_passwd,
|
||||||
no_domain_passwd_cmd,
|
no_domain_passwd_cmd,
|
||||||
|
@ -92,7 +92,7 @@ struct route_table
|
|||||||
/* Each routing entry. */
|
/* Each routing entry. */
|
||||||
struct route_node
|
struct route_node
|
||||||
{
|
{
|
||||||
ROUTE_NODE_FIELDS;
|
ROUTE_NODE_FIELDS
|
||||||
|
|
||||||
#define l_left link[0]
|
#define l_left link[0]
|
||||||
#define l_right link[1]
|
#define l_right link[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user