]> git.proxmox.com Git - mirror_frr.git/log
mirror_frr.git
5 years agoMerge pull request #4002 from qlyoung/doc-update-build-docs-fedora
Rafael Zalamena [Wed, 27 Mar 2019 22:31:45 +0000 (19:31 -0300)]
Merge pull request #4002 from qlyoung/doc-update-build-docs-fedora

update build docs - Fedora, Ubuntu

5 years agoMerge pull request #4004 from chiragshah6/evpn_dev2
Sri Mohana Singamsetty [Wed, 27 Mar 2019 15:25:15 +0000 (08:25 -0700)]
Merge pull request #4004 from chiragshah6/evpn_dev2

zebra: evpn mac ip dup detect (DAD) timers cleanup

5 years agoMerge pull request #4023 from qlyoung/doc-exclude-bfd-options-manpages
Rafael Zalamena [Wed, 27 Mar 2019 14:23:29 +0000 (11:23 -0300)]
Merge pull request #4023 from qlyoung/doc-exclude-bfd-options-manpages

doc: exclude bfd-options.rst from toctree

5 years agoMerge pull request #4017 from mjstapp/fix_summary_installed_flag
Donald Sharp [Wed, 27 Mar 2019 12:40:12 +0000 (08:40 -0400)]
Merge pull request #4017 from mjstapp/fix_summary_installed_flag

zebra: use the INSTALLED flag consistently in route summary

5 years agoMerge pull request #4019 from sworleys/Fix-Extended-Ack-Err
Mark Stapp [Wed, 27 Mar 2019 12:35:02 +0000 (08:35 -0400)]
Merge pull request #4019 from sworleys/Fix-Extended-Ack-Err

zebra: Fix extended ack error message parsing

5 years agodoc: update build docs for Ubuntu 14.04
Quentin Young [Tue, 26 Mar 2019 22:04:49 +0000 (22:04 +0000)]
doc: update build docs for Ubuntu 14.04

Same as priors

Tested on Ubuntu 14.04

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: update build docs for Ubuntu 16.04
Quentin Young [Tue, 26 Mar 2019 20:50:16 +0000 (20:50 +0000)]
doc: update build docs for Ubuntu 16.04

Same updates as Ubuntu 18.04 doc

Tested on Ubuntu 16.04

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: exclude bfd-options.rst from toctree
Quentin Young [Tue, 26 Mar 2019 20:53:58 +0000 (20:53 +0000)]
doc: exclude bfd-options.rst from toctree

This is an include file, needs to be explicitly excluded to suppress
Sphinx warnings.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #3983 from opensourcerouting/pim-tests
Lou Berger [Tue, 26 Mar 2019 16:05:13 +0000 (17:05 +0100)]
Merge pull request #3983 from opensourcerouting/pim-tests

topotests: pim-basic: add topology to test PIM

5 years agoMerge pull request #3998 from pguibert6WIND/workflow_bug_fixes_older
David Lamparter [Tue, 26 Mar 2019 15:45:48 +0000 (16:45 +0100)]
Merge pull request #3998 from pguibert6WIND/workflow_bug_fixes_older

doc: permit maintenance on more than the 2 last maintenance releases

5 years agoMerge pull request #3946 from AnuradhaKaruppiah/evpn-prefix-length
David Lamparter [Tue, 26 Mar 2019 15:38:28 +0000 (16:38 +0100)]
Merge pull request #3946 from AnuradhaKaruppiah/evpn-prefix-length

bgp: fix misc evpn problems caused by using incorrect prefixlen

5 years agoMerge pull request #4008 from donaldsharp/zclient_log_improvement
David Lamparter [Tue, 26 Mar 2019 15:36:55 +0000 (16:36 +0100)]
Merge pull request #4008 from donaldsharp/zclient_log_improvement

Zclient log improvement

5 years agoMerge pull request #4013 from manuhalo/zebra_c++_guards
David Lamparter [Tue, 26 Mar 2019 15:35:52 +0000 (16:35 +0100)]
Merge pull request #4013 from manuhalo/zebra_c++_guards

zebra: add extern C guards to headers

5 years agoMerge pull request #4020 from cfra/feature/improve-init-script
Quentin Young [Tue, 26 Mar 2019 15:23:43 +0000 (11:23 -0400)]
Merge pull request #4020 from cfra/feature/improve-init-script

tools/frr.in: Only attempt to load daemons.conf if present

5 years agoMerge pull request #4021 from donaldsharp/bgp_warnings
Lou Berger [Tue, 26 Mar 2019 15:18:18 +0000 (16:18 +0100)]
Merge pull request #4021 from donaldsharp/bgp_warnings

bgpd: Split up warn message to allow finer grained understanding

5 years agobgpd: Split up warn message to allow finer grained understanding
Donald Sharp [Tue, 26 Mar 2019 13:11:28 +0000 (09:11 -0400)]
bgpd: Split up warn message to allow finer grained understanding

We have the same warn message in 3 spots, which makes it extremely
hard to figure out which of the 3 has gone terribly wrong.
Add a bit of code to disambiguate the 3 situations.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agotools/frr.in: Only attempt to load daemons.conf if present
Christian Franke [Tue, 26 Mar 2019 09:28:09 +0000 (10:28 +0100)]
tools/frr.in: Only attempt to load daemons.conf if present

Apparently, the default changed to use `/etc/frr/daemons` instead of
`/etc/frr/daemons.conf`. Therefore, we should ignore absence of the
latter file, because its absence is not an actuall error but will
cause a confusing error message like this:

    /etc/init.d/frr: line 507: /etc/frr/daemons.conf: No such file or directory

5 years agozebra: Fix extended ack error message parsing
Stephen Worley [Tue, 26 Mar 2019 05:03:06 +0000 (01:03 -0400)]
zebra: Fix extended ack error message parsing

Fix the macros for reading NLA attribute info
from an extended error ack. We were processing the data
using route attributes (rtattr) which is identical in size
to nlattr but probably should not be used.

Further, we were incorrectly calculating the length of the
inner netlink message that cause the error. We have to read
passed that in order to access all the nlattr's.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
5 years agodoc: update build docs for Ubuntu 18.04
Quentin Young [Mon, 25 Mar 2019 20:11:47 +0000 (20:11 +0000)]
doc: update build docs for Ubuntu 18.04

* Update build package list
* Update ./configure options
* Fix some RST syntax errors
* Use monolithic config examples
* Use compile include snippet
* Reorganize a bit

Tested on Ubuntu 18.04

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: update building.rst for new fedora doc
Quentin Young [Mon, 25 Mar 2019 20:22:53 +0000 (20:22 +0000)]
doc: update building.rst for new fedora doc

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: reorganize fedora doc a bit
Quentin Young [Mon, 25 Mar 2019 20:21:54 +0000 (20:21 +0000)]
doc: reorganize fedora doc a bit

* Use compile include snippet
* Move daemons enable section to end
* Fix a couple syntax errors

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: pull out compile instructions into snippet
Quentin Young [Mon, 25 Mar 2019 20:21:10 +0000 (20:21 +0000)]
doc: pull out compile instructions into snippet

We're going to use this same snippet across every build doc so let's
just pull it into its own include file now.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agozebra: use the INSTALLED flag consistently in route summary
Mark Stapp [Mon, 25 Mar 2019 17:35:02 +0000 (13:35 -0400)]
zebra: use the INSTALLED flag consistently in route summary

The 'sho ip route summary' and 'sho ip route summary <prefix>'
paths used different definitions of a 'fib' route. Use
the route-entry 'INSTALLED' flag in both places.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
5 years agoMerge pull request #4010 from sarav511/3988
Quentin Young [Mon, 25 Mar 2019 17:31:23 +0000 (13:31 -0400)]
Merge pull request #4010 from sarav511/3988

ospfd: Remaining packet calculation while fragmenting lsu, ls-ack and…

5 years agodoc: mv Fedora 24 docs to cover 24+
Quentin Young [Fri, 22 Mar 2019 19:03:57 +0000 (19:03 +0000)]
doc: mv Fedora 24 docs to cover 24+

Tested these on Fedora 24 and 28, so they should be true for all
versions in-between as well as Fedora 29 and all upcoming versions.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: update Fedora 24 build doc
Quentin Young [Fri, 22 Mar 2019 18:33:25 +0000 (18:33 +0000)]
doc: update Fedora 24 build doc

* Cross reference RPM build docs
* Add perl and patch to build deps
* Add libyang-pluginsdir to ./configure options
* Change instructions to unified config

Verified on Fedora 28.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agodoc: update Fedora 24 build doc style
Quentin Young [Fri, 22 Mar 2019 16:19:22 +0000 (16:19 +0000)]
doc: update Fedora 24 build doc style

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #4011 from pguibert6WIND/duplicate_json_metric
Donald Sharp [Mon, 25 Mar 2019 15:27:55 +0000 (11:27 -0400)]
Merge pull request #4011 from pguibert6WIND/duplicate_json_metric

zebra: remove duplicated json information

5 years agoadd cplusplus guards to all zebra headers
Emanuele Di Pascale [Mon, 25 Mar 2019 14:11:55 +0000 (15:11 +0100)]
add cplusplus guards to all zebra headers

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
5 years agozebra: remove duplicated json information
Philippe Guibert [Mon, 25 Mar 2019 14:01:56 +0000 (15:01 +0100)]
zebra: remove duplicated json information

the metric information is already present for connected routes. so
remove that line.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
5 years agoospfd: Remaining packet calculation while fragmenting lsu, ls-ack and ls-req
Saravanan K [Mon, 25 Mar 2019 13:23:17 +0000 (06:23 -0700)]
ospfd: Remaining packet calculation while fragmenting lsu, ls-ack and ls-req

While fragmenting ospf ls packets, before appending the link state info,
wrong value is checked to see if current packet can fit in another ls info.
Because of this, when a lower mtu is configured, it couldn't fit in even 1
ls ack, which tries to send all the available ls ack in the list in loop.
This keeps allocating memory to send the packet and ends up putting the
packet buffer without ls-ack into deferred send que(ospf_ls_ack_send_delayed).
This infinite loop causes infinite memory being allocated in a loop causing
system to be unstable. This commit takes care of calculating the right value
to compare for checking oif this buffer can fit in more.

Signed-off-by: Saravanan K <saravanank@vmware.com>
5 years agolib: Improve debugs in zclient.c
Donald Sharp [Mon, 25 Mar 2019 13:09:35 +0000 (09:09 -0400)]
lib: Improve debugs in zclient.c

Fixup a couple of places to improve debugging of what is
going on in zclient.c.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agolib: Fixup missing log entries
Donald Sharp [Mon, 25 Mar 2019 13:04:28 +0000 (09:04 -0400)]
lib: Fixup missing log entries

Add a few missing log entries to the macro to allow us to print
out the zapi message type, since they were missing.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agoMerge pull request #3772 from pguibert6WIND/vrf_backend_unknown
Donald Sharp [Mon, 25 Mar 2019 12:13:16 +0000 (08:13 -0400)]
Merge pull request #3772 from pguibert6WIND/vrf_backend_unknown

Vrf backend unknown

5 years agoMerge pull request #3989 from opensourcerouting/redhat-new-init
Donald Sharp [Mon, 25 Mar 2019 11:45:04 +0000 (07:45 -0400)]
Merge pull request #3989 from opensourcerouting/redhat-new-init

redhat: switch to new init script

5 years agotools/frrcommon.sh: ignore 'declare' failures
David Lamparter [Sun, 24 Mar 2019 14:52:02 +0000 (15:52 +0100)]
tools/frrcommon.sh: ignore 'declare' failures

The "declare -p watchfrr_options" call is just to support backwards
compatibility.  If it fails, silently ignore that.

Signed-off-by: David Lamparter <equinox@diac24.net>
5 years agoMerge branch 'frr/pull/4005'
David Lamparter [Sun, 24 Mar 2019 14:28:23 +0000 (15:28 +0100)]
Merge branch 'frr/pull/4005'

5 years agobgpd: add command to lookup prefixes in the rpki table
Marcel Röthke [Sat, 23 Mar 2019 10:57:09 +0000 (11:57 +0100)]
bgpd: add command to lookup prefixes in the rpki table

Signed-off-by: Marcel Röthke <marcel.roethke@haw-hamburg.de>
5 years agoMerge pull request #4001 from qlyoung/doc-update-libyang-building
David Lamparter [Sat, 23 Mar 2019 13:24:27 +0000 (14:24 +0100)]
Merge pull request #4001 from qlyoung/doc-update-libyang-building

doc: update instructions for building libyang

5 years agoMerge pull request #3996 from qlyoung/doc-move-rpm-to-devdocs
David Lamparter [Sat, 23 Mar 2019 13:22:49 +0000 (14:22 +0100)]
Merge pull request #3996 from qlyoung/doc-move-rpm-to-devdocs

move rpm build doc to devdocs

5 years agoMerge pull request #3985 from rubenk/doc-fix-a-few-typos
David Lamparter [Sat, 23 Mar 2019 12:49:20 +0000 (13:49 +0100)]
Merge pull request #3985 from rubenk/doc-fix-a-few-typos

doc: fix a couple of typos

5 years agozebra: add mac ip dad timers cleanup
Chirag Shah [Sat, 16 Mar 2019 02:09:25 +0000 (19:09 -0700)]
zebra: add mac ip dad timers cleanup

When MAC or IP deleted ensure to cleanup DAD timers.

Signed-off-by: Chirag Shah <chirag@cumulusnetwork.com>
5 years agodoc: update instructions for building libyang
Quentin Young [Fri, 22 Mar 2019 18:14:17 +0000 (18:14 +0000)]
doc: update instructions for building libyang

* Upstream libyang now works with FRR; use it
* Install libyang to system library directories to satisfy pkg-config
* Remove warnings about ABI version
* Remove outdated binary package links
* Cleanup formatting

Validated that these instructions work on:
- Fedora 24
- Fedora 28.
- Ubuntu 18.04

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #3978 from chiragshah6/evpn_dev2
Sri Mohana Singamsetty [Fri, 22 Mar 2019 16:49:00 +0000 (09:49 -0700)]
Merge pull request #3978 from chiragshah6/evpn_dev2

bgpd: l3vni add-del handle non-defualt rd

5 years agodoc: move rpm build doc to dev docs
Quentin Young [Thu, 21 Mar 2019 21:08:52 +0000 (21:08 +0000)]
doc: move rpm build doc to dev docs

------------{ <(O.O)> }------------

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #3927 from donaldsharp/rnh_cleanup
David Lamparter [Fri, 22 Mar 2019 15:56:12 +0000 (16:56 +0100)]
Merge pull request #3927 from donaldsharp/rnh_cleanup

zebra: Cleanup rnh table information before deleting underlying tables

5 years agodoc: permit maintenance on more than the 2 last maintenance releases
Philippe Guibert [Fri, 22 Mar 2019 14:56:11 +0000 (15:56 +0100)]
doc: permit maintenance on more than the 2 last maintenance releases

it is possible to do some ponctual backporting of bug fixes, on older
than the 2 last maintenance releases.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
5 years agoMerge pull request #3935 from FRRouting/doc-add-fabricd-seealso
Mark Stapp [Fri, 22 Mar 2019 11:34:44 +0000 (07:34 -0400)]
Merge pull request #3935 from FRRouting/doc-add-fabricd-seealso

doc: include fabricd in see-also programs

5 years agoMerge pull request #3839 from srimohans/support_bundle
Donald Sharp [Fri, 22 Mar 2019 08:03:45 +0000 (04:03 -0400)]
Merge pull request #3839 from srimohans/support_bundle

FRR: Python script to generate support bundle for FRR

5 years agoMerge pull request #3776 from opensourcerouting/pbrd-interface-nexthops
Donald Sharp [Fri, 22 Mar 2019 07:45:48 +0000 (03:45 -0400)]
Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthops

pbrd: add support for interface nexthops

5 years agoMerge pull request #3972 from mjstapp/fix_privs_race
Donald Sharp [Fri, 22 Mar 2019 06:32:17 +0000 (02:32 -0400)]
Merge pull request #3972 from mjstapp/fix_privs_race

libs: fix race in privs changes

5 years agoMerge pull request #3980 from rubensfig/doc_bgp_rr
Donald Sharp [Fri, 22 Mar 2019 06:23:52 +0000 (02:23 -0400)]
Merge pull request #3980 from rubensfig/doc_bgp_rr

doc: route reflector documentation

5 years agodoc: fix underline level
Quentin Young [Thu, 21 Mar 2019 18:50:25 +0000 (18:50 +0000)]
doc: fix underline level

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #3992 from rubenk/tools-fix-typos
Quentin Young [Thu, 21 Mar 2019 17:11:55 +0000 (13:11 -0400)]
Merge pull request #3992 from rubenk/tools-fix-typos

tools: fix two typos in daemons file

5 years agotools: fix two typos in daemons file
Ruben Kerkhof [Thu, 21 Mar 2019 13:50:53 +0000 (14:50 +0100)]
tools: fix two typos in daemons file

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
5 years agoredhat: switch to new init script
David Lamparter [Mon, 18 Feb 2019 23:44:01 +0000 (00:44 +0100)]
redhat: switch to new init script

Drop the special versions of frr.init/frr.service/daemons from redhat/
and use the generic versions instead.

Tested-by: Liam McBirnie <liam.mcbirnie@boeing.com>
Signed-off-by: David Lamparter <equinox@diac24.net>
5 years agodoc: route reflector documentation
Rubens Figueiredo [Wed, 20 Mar 2019 13:24:25 +0000 (14:24 +0100)]
doc: route reflector documentation

Signed-off-by: Rubens Figueiredo <rubens@bisdn.de>
5 years agoMerge pull request #3967 from chiragshah6/evpn_dev
Sri Mohana Singamsetty [Thu, 21 Mar 2019 03:42:48 +0000 (20:42 -0700)]
Merge pull request #3967 from chiragshah6/evpn_dev

bgpd: evpn l3vni add router mac self check skip route installation

5 years agoMerge pull request #3863 from patrasar/RP_addition_deletion_changes
Donald Sharp [Wed, 20 Mar 2019 22:31:01 +0000 (18:31 -0400)]
Merge pull request #3863 from patrasar/RP_addition_deletion_changes

Rp addition deletion changes

5 years agoRevert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste"
Quentin Young [Wed, 20 Mar 2019 21:25:04 +0000 (21:25 +0000)]
Revert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste"

This reverts commit 3a3704fe365a25b9644a938f674effb3e6084c56, reversing
changes made to 5a3c6e736dca3639a1b49cdf305b909736f721de.

5 years agoMerge pull request #3982 from pacovn/Coverity_1479148_copy_paste
Quentin Young [Wed, 20 Mar 2019 21:09:49 +0000 (17:09 -0400)]
Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste

zebra: copy-paste error (Coverity 1479148)

5 years agodoc: address review comment
Ruben Kerkhof [Wed, 20 Mar 2019 20:20:31 +0000 (21:20 +0100)]
doc: address review comment

'cannot' feels more natural

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
5 years agodoc: fix a couple of typos
Ruben Kerkhof [Wed, 20 Mar 2019 19:08:33 +0000 (20:08 +0100)]
doc: fix a couple of typos

Found with https://github.com/codespell-project/codespell

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
5 years agotopotests: pim-basic: fix some rough edges
Rafael Zalamena [Wed, 20 Mar 2019 17:03:57 +0000 (14:03 -0300)]
topotests: pim-basic: fix some rough edges

Move daemon configuration to appropriated files and use `json_cmp` to
assert the values we expect.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
5 years agoAdd code to test some very basic pim functionality
Donald Sharp [Tue, 18 Sep 2018 13:43:46 +0000 (09:43 -0400)]
Add code to test some very basic pim functionality

Add code to send a S,G stream and make sure the RP see's it.
Add code to send a *,G report and make sure the RP see's it.

This is just some *very* basic functionality testing to
ensure that we don't break anything basic.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agoMerge pull request #3968 from donaldsharp/bfd_valuable_valgrind
Rafael Zalamena [Wed, 20 Mar 2019 16:01:43 +0000 (13:01 -0300)]
Merge pull request #3968 from donaldsharp/bfd_valuable_valgrind

bfdd: Prevent uninited use of data

5 years agozebra: copy-paste error (Coverity 1479148)
F. Aragon [Wed, 20 Mar 2019 15:45:32 +0000 (16:45 +0100)]
zebra: copy-paste error (Coverity 1479148)

Signed-off-by: F. Aragon <paco@voltanet.io>
5 years agobfdd: Prevent uninited use of data
Donald Sharp [Sun, 17 Mar 2019 01:25:59 +0000 (21:25 -0400)]
bfdd: Prevent uninited use of data

Running valgrind w/ bfdd and shut/no shuting interfaces
can result in this valgrind issue:

==20279== Conditional jump or move depends on uninitialised value(s)
==20279==    at 0x115848: bfdd_sessions_enable_address (ptm_adapter.c:644)
==20279==    by 0x115848: bfdd_interface_address_update (ptm_adapter.c:674)
==20279==    by 0x48D8CAB: zclient_read (zclient.c:2698)
==20279==    by 0x48CCEE3: thread_call (thread.c:1603)
==20279==    by 0x48A84EF: frr_run (libfrr.c:1011)
==20279==    by 0x10DAC3: main (bfdd.c:236)
==20279==

When creating the bso data structure set the bso_isaddress to false
as a default value.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agoMerge pull request #3977 from opensourcerouting/bfd-small-fixes
Quentin Young [Wed, 20 Mar 2019 05:01:08 +0000 (01:01 -0400)]
Merge pull request #3977 from opensourcerouting/bfd-small-fixes

bfdd: two small fixes

5 years agobgpd: l3vni add-del handle non-defualt rd
Chirag Shah [Wed, 20 Mar 2019 00:06:10 +0000 (17:06 -0700)]
bgpd: l3vni add-del handle non-defualt rd

During L3VNI add, non-default RD value is not replayed
correctly. Instead of picking non-default value it picks
up auto RD value which is derived based on router-id.

Indentation issue: Remove additional space from
L3VNI running config output.

Ticket:CM-24320
Reviewed By:CCR-8437
Testing Done:

Bring up evpn configuration with L3vni up with non-default
RD value, perform peerlink flap, l3vni flap which removes
all VNIS and readds with RD and RT values.
The configured RD and RTs are replayed.

Post L3VNI flap
router bgp 5546 vrf vrf2
 !
 address-family l2vpn evpn
  rd 45.0.66.2:6
  route-target import 20001:1
  route-target export 20001:1
 exit-address-family

TORC11# show bgp l2vpn evpn vni 4002
VNI: 4002 (known to the kernel)
  Type: L3
  Tenant VRF: vrf2
  RD: 45.0.66.2:6
  Originator IP: 36.0.0.11
  Advertise-gw-macip : n/a
  Import Route Target:
    20001:1
  Export Route Target:
    20001:1

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
5 years agoMerge pull request #3976 from qlyoung/test-update-docker-repo
Rafael Zalamena [Tue, 19 Mar 2019 21:28:42 +0000 (18:28 -0300)]
Merge pull request #3976 from qlyoung/test-update-docker-repo

tests: point topotests docker img to new location

5 years agobgpd: router mac same as self skip route install
Chirag Shah [Wed, 13 Mar 2019 01:41:01 +0000 (18:41 -0700)]
bgpd: router mac same as self skip route install

When a bgp-peer comes up prior to l3vnis are up in bgpd.
The EVPN routes (type-2/type-5) are learnt via peer.
The routes can have one of interface's MAC in rmac attribute.
The self rmac check would bypass as l3vni is not present.

Once l3vni has come up in bgpd, while installing evpn
routes in vrf table, perform rmac attribute check against self mac.
The routes with rmac of ours will be removed via re-scan
of routes during bgp_mac_rescan_all_evpn_tables when
interface mac is added to bgp.

Ticket:CM-24224
Reviewed By:CCR-8423
Testing Done:

Signed-off-by: Chirag Shah <chirag@cumulunetworks.com>
5 years agobfdd: fix echo loopback function
Rafael Zalamena [Tue, 19 Mar 2019 20:25:00 +0000 (17:25 -0300)]
bfdd: fix echo loopback function

Add the address family to the sockaddr structure otherwise `sendmsg`
will fail with `EAFNOSUPPORT`.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
5 years agobfdd: fix JSON API local-address translation
Rafael Zalamena [Tue, 19 Mar 2019 20:22:58 +0000 (17:22 -0300)]
bfdd: fix JSON API local-address translation

Get the local-address from the right key struct member.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
5 years agotests: point topotests docker img to new location
Quentin Young [Tue, 19 Mar 2019 20:18:49 +0000 (20:18 +0000)]
tests: point topotests docker img to new location

The topotests docker image has moved from frrouting/frr to
frrouting/topotests. Update accordingly.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agoMerge pull request #3975 from mjstapp/fix_ospf_empty_debug
Quentin Young [Tue, 19 Mar 2019 16:42:29 +0000 (12:42 -0400)]
Merge pull request #3975 from mjstapp/fix_ospf_empty_debug

ospfd: remove empty debug

5 years agoMerge pull request #3960 from donaldsharp/connected
Mark Stapp [Tue, 19 Mar 2019 15:33:55 +0000 (11:33 -0400)]
Merge pull request #3960 from donaldsharp/connected

zebra: System routes sometimes can not be properly selected

5 years agoospfd: remove empty debug
Mark Stapp [Tue, 19 Mar 2019 14:47:00 +0000 (10:47 -0400)]
ospfd: remove empty debug

Remove empty debug line - empty format string generates a
compile warning.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
5 years agoMerge pull request #3950 from donaldsharp/zlookup_or_down
Jafar Al-Gharaibeh [Tue, 19 Mar 2019 05:10:10 +0000 (00:10 -0500)]
Merge pull request #3950 from donaldsharp/zlookup_or_down

pimd: Free up zlookup structure late

5 years agopimd: Addressing the review comments
Sarita Patra [Tue, 19 Mar 2019 03:22:04 +0000 (20:22 -0700)]
pimd: Addressing the review comments

Signed-off-by: Sarita Patra <saritap@vmware.com>
5 years agoMerge pull request #3947 from dslicenc/bgpd-redist-connected-vrf
Lou Berger [Sun, 17 Mar 2019 18:26:44 +0000 (14:26 -0400)]
Merge pull request #3947 from dslicenc/bgpd-redist-connected-vrf

Bgpd redist connected vrf

5 years agoMerge pull request #3963 from AnuradhaKaruppiah/dad-fixes
Sri Mohana Singamsetty [Sun, 17 Mar 2019 17:41:20 +0000 (10:41 -0700)]
Merge pull request #3963 from AnuradhaKaruppiah/dad-fixes

zebra: EVPN DAD trigger was causing zebra to crash

5 years agolibs: fix race in privs changes
Mark Stapp [Sun, 17 Mar 2019 17:25:16 +0000 (13:25 -0400)]
libs: fix race in privs changes

Use the privs struct mutex more strictly, to ensure that the
privs are at the level the caller expects when the apis
return.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
5 years agoMerge pull request #3949 from qlyoung/remove-zlog-newlines
Sri Mohana Singamsetty [Fri, 15 Mar 2019 17:27:54 +0000 (10:27 -0700)]
Merge pull request #3949 from qlyoung/remove-zlog-newlines

*: remove trailing newlines from zlog messages

5 years agoMerge pull request #3892 from vivek-cumulus/evpn_vrf_route_leak
Sri Mohana Singamsetty [Fri, 15 Mar 2019 17:27:13 +0000 (10:27 -0700)]
Merge pull request #3892 from vivek-cumulus/evpn_vrf_route_leak

Leaking of EVPN-based IPv4 and IPv6 routes between VRFs

5 years agoMerge pull request #3962 from donaldsharp/pim_display
Mark Stapp [Fri, 15 Mar 2019 17:10:54 +0000 (13:10 -0400)]
Merge pull request #3962 from donaldsharp/pim_display

pimd: Display drpriority as a unsigned int

5 years agozebra: EVPN DAD trigger was causing zebra to crash
Anuradha Karuppiah [Fri, 15 Mar 2019 16:13:42 +0000 (09:13 -0700)]
zebra: EVPN DAD trigger was causing zebra to crash

Duplicate address detection and recovery was relying on the l2-vni backptr
in the neighbor entry which was simply not initialized resulting in
a NULL pointer access in a setup with dup-addressed VMs -
VM1:{IP1,M1} and VM2:{IP1,M2}

Call stack:
(gdb) bt 6
    at lib/sigevent.c:249
    nbr=nbr@entry=0x559347f901d0, vtep_ip=..., vtep_ip@entry=..., do_dad=do_dad@entry=true,
    is_dup_detect=is_dup_detect@entry=0x7ffc7f6be59f, is_local=is_local@entry=true)
    at ./lib/ipaddr.h:86
    ip=0x7ffc7f6be6f0, ifp=0x559347f901d0, zvni=0x559347f86800) at zebra/zebra_vxlan.c:3152
(More stack frames follow...)
(gdb) p nbr->zvni
$8 = (zebra_vni_t *) 0x0 <<<<<<<<<<<<<<<<<<<<
(gdb)

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
5 years agopimd: Display drpriority as a unsigned int
Donald Sharp [Fri, 15 Mar 2019 15:32:41 +0000 (11:32 -0400)]
pimd: Display drpriority as a unsigned int

There existed output code that used %d for a uint32_t
switch to a %u.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years agozebra: System routes sometimes can not be properly selected
Donald Sharp [Mon, 11 Mar 2019 13:39:19 +0000 (09:39 -0400)]
zebra: System routes sometimes can not be properly selected

System Routes if received over the netlink bus in a
specific pattern that causes an update operation for that
route in zebra can leave the dest->selected_fib pointer NULL,
while having the ZEBRA_FLAG_SELECTED flag set. Specifically
one way to achieve this is to do this:

`ip addr del 4.5.6.7/32 dev swp1 ; ip addr add 4.5.6.7/32 dev swp1 metric 9`

Why is this a big deal?
Because nexthop tracking is looking at ZEBRA_FLAG_SELECTED to
know if we can use a route, while nexthop active checking uses
dest->selected_fib.

So imagine we have bgp registering a nexthop. nexthop tracking in
the above case will be able to choose the 4.5.6.7/32 route
if that is what the nexthop is, due to the ZEBRA_FLAG_SELECTED being
properly set. BGP then allows the peers connection to come up and we
install routes with a 4.5.6.7 nexthop. The rib processing for route
installation will then look at the 4.5.6.7 route see no
dest->selected_fib and then start walking up the tree to resolve
the route. In our case we could easily hit the default route and be
unable to resolve the route. Which then becomes inactive in the
rib so we never attempt to install it.

This commit fixes this problem because when the rib_process decides
that we need to update the fib( ie replace old w/ new ), the
replacement with new was not setting the `dest->selected_fib` pointer
to the new route_entry, when the route was a system route.

Ticket: CM-24203
Signed-off-by: Donald Sharp <sharpd@cumulusnetworkscom>
5 years agoMerge pull request #3920 from AkhileshSamineni/show_bgp_ipv6_summary_fix_master
Donald Sharp [Fri, 15 Mar 2019 12:54:03 +0000 (08:54 -0400)]
Merge pull request #3920 from AkhileshSamineni/show_bgp_ipv6_summary_fix_master

bgpd: Incorrect number of peers count in "show bgp ipv6 summary" output

5 years agoMerge pull request #3900 from opensourcerouting/ripd-fix-no-passive-iface
Donald Sharp [Fri, 15 Mar 2019 12:37:44 +0000 (08:37 -0400)]
Merge pull request #3900 from opensourcerouting/ripd-fix-no-passive-iface

ripd: fix removal of configured passive interfaces

5 years agoMerge pull request #3902 from opensourcerouting/fix-removal-np-containers
Donald Sharp [Fri, 15 Mar 2019 12:37:12 +0000 (08:37 -0400)]
Merge pull request #3902 from opensourcerouting/fix-removal-np-containers

lib: fix removal of yang non-presence containers

5 years agoMerge pull request #3943 from mjstapp/fix_ospf_json_fix
Donald Sharp [Fri, 15 Mar 2019 12:34:31 +0000 (08:34 -0400)]
Merge pull request #3943 from mjstapp/fix_ospf_json_fix

ospfd: fix some json timer output

5 years agopimd: Free up zlookup structure late
Donald Sharp [Thu, 14 Mar 2019 21:03:26 +0000 (17:03 -0400)]
pimd: Free up zlookup structure late

When we are shutting down, delay the zlookup free to as
late as possible since we may need it still

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
5 years ago*: remove trailing newlines from zlog messages
Quentin Young [Thu, 14 Mar 2019 18:41:15 +0000 (18:41 +0000)]
*: remove trailing newlines from zlog messages

Zlog puts its own newlines on, and doing this makes logs look nasty.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 years agobgpd: fix redistribution into vrf when networking is restarted
Don Slice [Thu, 14 Mar 2019 15:17:47 +0000 (15:17 +0000)]
bgpd: fix redistribution into vrf when networking is restarted

Found that previous fix for this issue caused collatoral damage and
reverted that fix.  This fix clears the vrf_bitmaps when the vrf is
disabled/deleted and then re-applies the redist config when the vrf
is re-enabled.

Ticket: CM-24231
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
5 years agobgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond bgp_vty
Don Slice [Wed, 13 Mar 2019 18:41:29 +0000 (18:41 +0000)]
bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond bgp_vty

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
5 years agoRevert "bgpd: fix updating redist bitmask when vrf_id changes"
Don Slice [Wed, 13 Mar 2019 17:41:40 +0000 (17:41 +0000)]
Revert "bgpd: fix updating redist bitmask when vrf_id changes"

This reverts commit 48c74f88259c8f706035d6fc80765f4a6f6594f7.

5 years agobgp: fix misc evpn prefix match problems caused by using incorrect prefixlen
Anuradha Karuppiah [Fri, 8 Mar 2019 23:34:09 +0000 (15:34 -0800)]
bgp: fix misc evpn prefix match problems caused by using incorrect prefixlen

The evpn route prefix len was being hardcoded to 224 bits while the
length of a mac-ip addr is actually 288. Because of this many problems were
seen in the evpn-tests. The sample below is from a test that does a vm-move
to verify extended-evpn-mac-mobility - IP1-M1 => IP2->M1. You can see two
local neighs but only one was inserted into the per-vni route table.

root@TORC11:~# net show evpn arp vni 1001 |grep "2001:fee1:0:1::10\|2001:fee1:0:1::11"
2001:fee1:0:1::10       local  active   00:54:6f:7c:74:64
2001:fee1:0:1::11       local  active   00:54:6f:7c:74:64
root@TORC11:~# net show bgp l2vpn evpn route vni 1001 |grep "2001:fee1:0:1::10\|2001:fee1:0:1::11"
*> [2]:[0]:[48]:[00:54:6f:7c:74:64]:[128]:[2001:fee1:0:1::11]
root@TORC11:~#

Similarly other traffic loss problems were seen because of one prefix updating
another prefix's route.

I think the 224-bits came from the packet format definition of type-2 routes.
However the way FRR maintains the key is very different than the format in
the packet so it seems best to just sizeof the addr.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
5 years agoospfd: fix some json timer output
Mark Stapp [Wed, 13 Mar 2019 19:25:46 +0000 (15:25 -0400)]
ospfd: fix some json timer output

Fix a few json output values: a few are in seconds, not msecs,
and one is a number-per-second, not a duration.

Signed-off-by: Mark Stapp <mjs@voltanet.io>