mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 16:57:43 +00:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
6e0989e113
@ -78,7 +78,7 @@ community_del_val (struct community *com, u_int32_t *val)
|
||||
c = com->size -i -1;
|
||||
|
||||
if (c > 0)
|
||||
memcpy (com->val + i, com->val + (i + 1), c * sizeof (val));
|
||||
memcpy (com->val + i, com->val + (i + 1), c * sizeof (*val));
|
||||
|
||||
com->size--;
|
||||
|
||||
|
@ -97,7 +97,7 @@ ecommunity_add_val (struct ecommunity *ecom, struct ecommunity_val *eval)
|
||||
|
||||
/* This function takes pointer to Extended Communites strucutre then
|
||||
create a new Extended Communities structure by uniq and sort each
|
||||
Exteneded Communities value. */
|
||||
Extended Communities value. */
|
||||
static struct ecommunity *
|
||||
ecommunity_uniq_sort (struct ecommunity *ecom)
|
||||
{
|
||||
|
@ -3321,7 +3321,7 @@ DEFUN (set_ecommunity_rt,
|
||||
"set extcommunity rt .ASN:nn_or_IP-address:nn",
|
||||
SET_STR
|
||||
"BGP extended community attribute\n"
|
||||
"Route Target extened communityt\n"
|
||||
"Route Target extended community\n"
|
||||
"VPN extended community\n")
|
||||
{
|
||||
int ret;
|
||||
@ -3340,7 +3340,7 @@ DEFUN (no_set_ecommunity_rt,
|
||||
NO_STR
|
||||
SET_STR
|
||||
"BGP extended community attribute\n"
|
||||
"Route Target extened communityt\n")
|
||||
"Route Target extended community\n")
|
||||
{
|
||||
return bgp_route_set_delete (vty, vty->index, "extcommunity rt", NULL);
|
||||
}
|
||||
@ -3351,7 +3351,7 @@ ALIAS (no_set_ecommunity_rt,
|
||||
NO_STR
|
||||
SET_STR
|
||||
"BGP extended community attribute\n"
|
||||
"Route Target extened communityt\n"
|
||||
"Route Target extended community\n"
|
||||
"VPN extended community\n")
|
||||
|
||||
DEFUN (set_ecommunity_soo,
|
||||
|
@ -116,6 +116,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
@ -106,6 +106,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
@ -111,6 +111,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
@ -109,5 +109,5 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
@ -112,6 +112,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
@ -95,6 +95,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
@ -131,6 +131,6 @@ eats bugs for breakfast. If you have food for the maintainers try
|
||||
See
|
||||
.BI http://www.zebra.org
|
||||
and
|
||||
.BI http://www.quagga.org
|
||||
.BI http://www.quagga.net
|
||||
or the Info file for an accurate list of authors.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user