cumulus-frr:stable/6.0

Last commit made on 2019-07-12
Get this branch:
git clone -b stable/6.0 https://git.launchpad.net/cumulus-frr

Branch merges

Branch information

Name:
stable/6.0
Repository:
lp:cumulus-frr

Recent commits

5aeb05c... by Renato Westphal <email address hidden>

Merge pull request #4667 from ton31337/fix/show_delete_suboption_for_set_comm-list_6.0

bgpd: [6.0] Show `delete` sub-option for `set [l]comm-list <list> delete`

5f1f15d... by Quentin Young <email address hidden>

Merge pull request #4681 from ton31337/fix/aggregate-address_do_not_remove_prefix_if_already_exists_6.0

bgpd: [6.0] solve issue entering aggregate twice

a3a07f2... by Don Slice <email address hidden>

bgpd: solve issue entering aggregate twice

Problem reported that frr-relaod.py was not installing an aggregate
properly. Problem was actually that frr-reload.py does the command
twice, and the second time the aggregate command was entered, it would
appear in the config but the aggregate was removed from the bgp table
and not advertised to peers. Solved by noticing when an aggregate
was marked for deletion (info_invalid) and allowing the re-entry if
the old one was being removed.

Ticket: CM-22509
Signed-off-by: Don Slice <email address hidden>

b85bd52... by Donatas Abraitis <email address hidden>

bgpd: Show `delete` sub-option for `set [l]comm-list <list> delete`

Signed-off-by: Donatas Abraitis <email address hidden>

be96b27... by Donald Sharp <email address hidden>

Merge pull request #4648 from ton31337/feature/validate_lcommunity_6.0

bgpd: [6.0] Validate large-community-list against UINT_MAX

8ba82d5... by Donatas Abraitis <email address hidden>

bgpd: Validate large-community-list against UINT_MAX

Signed-off-by: Donatas Abraitis <email address hidden>

0c3558c... by Sri Mohana Singamsetty <email address hidden>

Merge pull request #4556 from ton31337/fix/force_ehne_if_peer_group_and_interface

bgpd: [6.0] interface based peers should automatically override it's peer g…

e5991c9... by Jafar Al-Gharaibeh <email address hidden>

Merge pull request #4614 from donaldsharp/6_0_igmp_connected_source

[6.0]pimd: Dissallow query to be received from a non-connected source

ff45162... by Donald Sharp <email address hidden>

pimd: Dissallow query to be received from a non-connected source

When we receive an igmp query on a interface, ensure that the
source address of the packet is connected to the incoming
interface. This will prevent a meanie from crafting a igmp
packet with a source address less than ours and causing
us to suspend query activities.

Fixes: #1692
Signed-off-by: Donald Sharp <email address hidden>

26c08ad... by Donald Sharp <email address hidden>

Merge pull request #4591 from ton31337/fix/documentation_as_path_validation_6.0

doc: [6.0] Specify allowed chars in bgp regular expressions