Project

General

Profile

Actions

Bug #12088

closed

Setting Advertise Capability to ORF leads to invalid configuration preventing frr from starting

Added by Marcos M almost 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
FRR
Target version:
-
Start date:
06/26/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

Selecting ORF under Services / FRR BGP / Neighbors // Advanced Options / Advertise Capability results in an invalid frr.conf and prevents frr from starting. The following is added:

[...]
 neighbor 10.255.5.2 capability orf
[...]

By adding it manually instead as the following, frr/bgpd correctly starts:

[...]
 neighbor 10.255.5.2 capability orf prefix-list both
[...]

Actions #1

Updated by Marcos M almost 3 years ago

https://gitlab.netgate.com/pfSense/FreeBSD-ports/-/merge_requests/100

This accomplishes the following:
  • Allow the advertisement of multiple capabilities at the same time
  • Correct the generated ORF capability command while allowing the selection of a specific mode
Actions #2

Updated by Jim Pingle almost 3 years ago

  • Status changed from New to Pull Request Review
Actions #3

Updated by Renato Botelho almost 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Marcos M

PR has been merged. Thanks!

Actions #4

Updated by Alhusein Zawi over 2 years ago

fixed

selecting ORF (GUI) is added to configuration file :

neighbor 172.17.99.11 capability orf prefix-list both

FRR 1.1.0_13

Actions #5

Updated by Marcos M over 2 years ago

  • Status changed from Feedback to Resolved

Working well. Marking as resolved.

Actions

Also available in: Atom PDF