Skip to content

Bgp peer group issue#7435

Merged
ton31337 merged 1 commit intoFRRouting:masterfrom
sudhanshukumar22:bgp-peer-group-issue
Feb 23, 2021
Merged

Bgp peer group issue#7435
ton31337 merged 1 commit intoFRRouting:masterfrom
sudhanshukumar22:bgp-peer-group-issue

Conversation

@sudhanshukumar22
Copy link
Copy Markdown
Contributor

No description provided.

@polychaeta polychaeta added the bgp label Nov 1, 2020
Copy link
Copy Markdown

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution to FRR!

  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline
Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/28478018ece60f0eaf048baab61abe60/raw/9469e37c46dfeec09e10a844354a3255ff700d37/cr_7435_1604232741.diff | git apply

diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c
index f80c42e5f..3870ef35c 100644
--- a/bgpd/bgp_zebra.c
+++ b/bgpd/bgp_zebra.c
@@ -746,7 +746,7 @@ bool bgp_zebra_nexthop_set(union sockunion *local, union sockunion *remote,
 							peer->bgp->vrf_id);
 			else if (peer->update_if)
 				ifp = if_lookup_by_name(peer->update_if,
-						peer->bgp->vrf_id);
+							peer->bgp->vrf_id);
 		} else if (peer->update_if)
 			ifp = if_lookup_by_name(peer->update_if,
 						peer->bgp->vrf_id);

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@polychaeta polychaeta dismissed their stale review November 1, 2020 12:14

blocking comments addressed

Copy link
Copy Markdown

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution to FRR!

Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/5c99a8e6751959c0051784624a5cef23/raw/9469e37c46dfeec09e10a844354a3255ff700d37/cr_7435_1604232865.diff | git apply

diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c
index f80c42e5f..3870ef35c 100644
--- a/bgpd/bgp_zebra.c
+++ b/bgpd/bgp_zebra.c
@@ -746,7 +746,7 @@ bool bgp_zebra_nexthop_set(union sockunion *local, union sockunion *remote,
 							peer->bgp->vrf_id);
 			else if (peer->update_if)
 				ifp = if_lookup_by_name(peer->update_if,
-						peer->bgp->vrf_id);
+							peer->bgp->vrf_id);
 		} else if (peer->update_if)
 			ifp = if_lookup_by_name(peer->update_if,
 						peer->bgp->vrf_id);

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

NetDEF-CI commented Nov 1, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CI009BUILD/ErrorLog/log_make.txt)

./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
ospfd/ospf_neighbor.c: In function 'ospf_nbr_lookup':
ospfd/ospf_neighbor.c:410:45: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7386: ospfd/ospf_neighbor.o] Error 1
In file included from ospfd/ospf_nsm.c:27:
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
In file included from ./lib/table.h:26,
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CI009BUILD/config.status/config.status

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CENTOS8BUILD/config.status/config.status

Package building failed for CentOS 8 amd64 build
see package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CENTOS8BUILD/ErrorLog/log_package_build.txt

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.15099/frr-source'
In file included from ./lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7387: pimd/mtracebis.o] Error 1
In file included from lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
In file included from lib/table.h:26,
lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
Successful on other platforms/tests
  • Fedora 29 amd64 build
  • Debian 10 amd64 build
  • OpenBSD 6 amd64 build
  • Ubuntu 16.04 arm8 build
  • CentOS 7 amd64 build
  • Ubuntu 18.04 arm8 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 12 amd64 build
  • Ubuntu 16.04 arm7 build
  • Ubuntu 18.04 ppc64le build
  • Debian 9 amd64 build
  • Ubuntu 16.04 i386 build
  • NetBSD 8 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 16.04 amd64 build
  • Debian 8 amd64 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CI009BUILD/ErrorLog/log_make.txt)

./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
ospfd/ospf_neighbor.c: In function 'ospf_nbr_lookup':
ospfd/ospf_neighbor.c:410:45: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7386: ospfd/ospf_neighbor.o] Error 1
In file included from ospfd/ospf_nsm.c:27:
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
In file included from ./lib/table.h:26,
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CI009BUILD/config.status/config.status

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CENTOS8BUILD/config.status/config.status

Package building failed for CentOS 8 amd64 build
see package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/CENTOS8BUILD/ErrorLog/log_package_build.txt

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.15099/frr-source'
In file included from ./lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7387: pimd/mtracebis.o] Error 1
In file included from lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
In file included from lib/table.h:26,
lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
Report for bgp_network.c | 2 issues
===============================================
< WARNING: braces {} are not necessary for single statement blocks
< #747: FILE: /tmp/f1-18353/bgp_network.c:747:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15099/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g58c8010d6-0 (missing) -> 7.3-dev-20201101-01-g58c8010d6-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g58c8010d6-0 (missing) -> 7.3-dev-20201101-01-g58c8010d6-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g58c8010d6-0 (missing) -> 7.3-dev-20201101-01-g58c8010d6-0~deb10u1
W: frr: spelling-error-in-readme-debian explecitly explicitly
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g58c8010d6-0 (missing) -> 7.3-dev-20201101-01-g58c8010d6-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g58c8010d6-0 (missing) -> 7.3-dev-20201101-01-g58c8010d6-0~deb10u1

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

NetDEF-CI commented Nov 1, 2020

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues.
CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CI009BUILD/ErrorLog/log_make.txt)

./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
ospfd/ospf_neighbor.c: In function 'ospf_nbr_lookup':
ospfd/ospf_neighbor.c:410:45: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7386: ospfd/ospf_neighbor.o] Error 1
In file included from ospfd/ospf_nsm.c:27:
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
In file included from ./lib/table.h:26,
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CI009BUILD/config.status/config.status

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CENTOS8BUILD/config.status/config.status

Package building failed for CentOS 8 amd64 build
see package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CENTOS8BUILD/ErrorLog/log_package_build.txt

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.15100/frr-source'
In file included from ./lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7387: pimd/mtracebis.o] Error 1
In file included from lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
In file included from lib/table.h:26,
lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
Successful on other platforms/tests
  • Debian 10 amd64 build
  • Debian 8 amd64 build
  • Fedora 29 amd64 build
  • Ubuntu 18.04 arm8 build
  • OpenBSD 6 amd64 build
  • CentOS 7 amd64 build
  • Ubuntu 18.04 amd64 build
  • FreeBSD 12 amd64 build
  • Ubuntu 16.04 arm7 build
  • Debian 9 amd64 build
  • Ubuntu 18.04 ppc64le build
  • NetBSD 8 amd64 build
  • Ubuntu 16.04 amd64 build
  • Ubuntu 18.04 arm7 build
  • Ubuntu 16.04 arm8 build
  • Ubuntu 16.04 i386 build

Warnings Generated during build:

Checkout code: Successful with additional warnings
FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CI009BUILD/ErrorLog/log_make.txt)

./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
ospfd/ospf_neighbor.c: In function 'ospf_nbr_lookup':
ospfd/ospf_neighbor.c:410:45: error: taking address of packed member of 'struct ip' may result in an unaligned pointer value [-Werror=address-of-packed-member]
cc1: all warnings being treated as errors
gmake[1]: *** [Makefile:7386: ospfd/ospf_neighbor.o] Error 1
In file included from ospfd/ospf_nsm.c:27:
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
In file included from ./lib/table.h:26,
./lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CI009BUILD/config.status/config.status

CentOS 8 amd64 build: Failed (click for details) CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CENTOS8BUILD/config.status/config.status

Package building failed for CentOS 8 amd64 build
see package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/CENTOS8BUILD/ErrorLog/log_package_build.txt

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build:
(see full Make log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.15100/frr-source'
In file included from ./lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7387: pimd/mtracebis.o] Error 1
In file included from lib/zebra.h:58,
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
In file included from lib/table.h:26,
lib/hash.h:40:1: note: #pragma message: hash.h: time to remove hash_backet #define
Report for bgp_network.c | 2 issues
===============================================
< WARNING: braces {} are not necessary for single statement blocks
< #747: FILE: /tmp/f1-21489/bgp_network.c:747:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15100/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g2c2da3450-0 (missing) -> 7.3-dev-20201101-01-g2c2da3450-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g2c2da3450-0 (missing) -> 7.3-dev-20201101-01-g2c2da3450-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g2c2da3450-0 (missing) -> 7.3-dev-20201101-01-g2c2da3450-0~deb10u1
W: frr: spelling-error-in-readme-debian explecitly explicitly
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g2c2da3450-0 (missing) -> 7.3-dev-20201101-01-g2c2da3450-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20201101-01-g2c2da3450-0 (missing) -> 7.3-dev-20201101-01-g2c2da3450-0~deb10u1

@LabN-CI
Copy link
Copy Markdown
Collaborator

LabN-CI commented Nov 1, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7435 2c2da34
Date 11/01/2020
Start 07:25:48
Finish 07:52:13
Run-Time 26:25
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-01-07:25:48.txt
Log autoscript-2020-11-01-07:26:47.log.bz2
Memory 477 487 432

For details, please contact louberger

Copy link
Copy Markdown
Member

@donaldsharp donaldsharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase and force push to latest master. This PR is ~4k commits behind.

Copy link
Copy Markdown

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution to FRR!

Click for style suggestions

To apply these suggestions:

curl -s https://gist.githubusercontent.com/polychaeta/e7d425883d0300c739381c6fccce5bb3/raw/9469e37c46dfeec09e10a844354a3255ff700d37/cr_7435_1604315605.diff | git apply

diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c
index f80c42e5f..3870ef35c 100644
--- a/bgpd/bgp_zebra.c
+++ b/bgpd/bgp_zebra.c
@@ -746,7 +746,7 @@ bool bgp_zebra_nexthop_set(union sockunion *local, union sockunion *remote,
 							peer->bgp->vrf_id);
 			else if (peer->update_if)
 				ifp = if_lookup_by_name(peer->update_if,
-						peer->bgp->vrf_id);
+							peer->bgp->vrf_id);
 		} else if (peer->update_if)
 			ifp = if_lookup_by_name(peer->update_if,
 						peer->bgp->vrf_id);

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

@LabN-CI
Copy link
Copy Markdown
Collaborator

LabN-CI commented Nov 2, 2020

Outdated results 💚

Basic BGPD CI results: SUCCESS, 0 tests failed

_ _
Result SUCCESS git merge/7435 5e1464a
Date 11/02/2020
Start 07:02:27
Finish 07:28:49
Run-Time 26:22
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-11-02-07:02:27.txt
Log autoscript-2020-11-02-07:03:28.log.bz2
Memory 470 487 429

For details, please contact louberger

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

NetDEF-CI commented Nov 2, 2020

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15114/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
Report for bgp_network.c | 2 issues
===============================================
< WARNING: braces {} are not necessary for single statement blocks
< #747: FILE: /tmp/f1-7242/bgp_network.c:747:

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-15114/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201102-01-g5e1464afc-0 (missing) -> 7.6-dev-20201102-01-g5e1464afc-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201102-01-g5e1464afc-0 (missing) -> 7.6-dev-20201102-01-g5e1464afc-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201102-01-g5e1464afc-0 (missing) -> 7.6-dev-20201102-01-g5e1464afc-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201102-01-g5e1464afc-0 (missing) -> 7.6-dev-20201102-01-g5e1464afc-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.6-dev-20201102-01-g5e1464afc-0 (missing) -> 7.6-dev-20201102-01-g5e1464afc-0~deb10u1

@ton31337
Copy link
Copy Markdown
Member

ton31337 commented Nov 2, 2020

is this the same as #7434?

@donaldsharp
Copy link
Copy Markdown
Member

once the format changes are fixed up, this looks good to me.

Copy link
Copy Markdown

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution to FRR!

  • One of your commits has a missing or badly formatted Signed-off-by line; we can't accept your contribution until all of your commits have one
  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

Copy link
Copy Markdown

@polychaeta polychaeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution to FRR!

  • One of your commits does not have a blank line between the summary and body; this will break git log --oneline

If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.

Description:
Holdtime and keepalive parameters weren't copied from
    peer-group to peer-group members.  Fixed the issue by copying holdtime
    and keepalive parameters from peer-group to its members.
Problem Description/Summary :
Holdtime and keepalive parameters weren't copied from
    peer-group to peer-group members.  Fixed the issue by copying holdtime
    and keepalive parameters from peer-group to its members.
Signed-off-by: sudhanshukumar22 <sudhanshu.kumar@broadcom.com>
@polychaeta polychaeta dismissed stale reviews from themself January 27, 2021 04:12

blocking comments addressed

@LabN-CI
Copy link
Copy Markdown
Collaborator

LabN-CI commented Jan 27, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/7435 b28a12e
Date 01/27/2021
Start 00:49:25
Finish 01:28:45
Run-Time 39:20
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-01-27-00:49:25.txt
Log autoscript-2021-01-27-00:50:29.log.bz2
Memory 506 498 427

For details, please contact louberger

@ton31337
Copy link
Copy Markdown
Member

Can you be more specific in the commit subject line? This sounds kinda fixes anything.

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

NetDEF-CI commented Jan 27, 2021

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16709/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16709/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-gb28a12e69-0 (missing) -> 7.6-dev-20210127-00-gb28a12e69-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-gb28a12e69-0 (missing) -> 7.6-dev-20210127-00-gb28a12e69-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-gb28a12e69-0 (missing) -> 7.6-dev-20210127-00-gb28a12e69-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-gb28a12e69-0 (missing) -> 7.6-dev-20210127-00-gb28a12e69-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-gb28a12e69-0 (missing) -> 7.6-dev-20210127-00-gb28a12e69-0~deb10u1

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

NetDEF-CI commented Jan 27, 2021

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16708/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16708/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g265ccca2d-0 (missing) -> 7.6-dev-20210127-00-g265ccca2d-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g265ccca2d-0 (missing) -> 7.6-dev-20210127-00-g265ccca2d-0~deb10u1
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g265ccca2d-0 (missing) -> 7.6-dev-20210127-00-g265ccca2d-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g265ccca2d-0 (missing) -> 7.6-dev-20210127-00-g265ccca2d-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g265ccca2d-0 (missing) -> 7.6-dev-20210127-00-g265ccca2d-0~deb10u1

@NetDEF-CI
Copy link
Copy Markdown
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16707/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-16707/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr source: pkg-js-tools-test-is-missing
W: frr source: newer-standards-version 4.5.0.3 (current is 4.3.0)
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g836c7602c-0 (missing) -> 7.6-dev-20210127-00-g836c7602c-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g836c7602c-0 (missing) -> 7.6-dev-20210127-00-g836c7602c-0~deb10u1
W: frr-doc: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g836c7602c-0 (missing) -> 7.6-dev-20210127-00-g836c7602c-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g836c7602c-0 (missing) -> 7.6-dev-20210127-00-g836c7602c-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 7.5-0 -> 7.6-dev-20210127-00-g836c7602c-0 (missing) -> 7.6-dev-20210127-00-g836c7602c-0~deb10u1

@sudhanshukumar22
Copy link
Copy Markdown
Contributor Author

@donaldsharp : I have removed this code since it is part of another commit(#7434). please approve.

@sudhanshukumar22
Copy link
Copy Markdown
Contributor Author

@ton31337, please approve this PR.

@sudhanshukumar22
Copy link
Copy Markdown
Contributor Author

@ton31337 : Please approve this file.

@ton31337 ton31337 merged commit 4fe016f into FRRouting:master Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants