Project

General

Profile

Actions

Bug #12820

closed

Global Route Handling should use ipv6 route

Added by beermount beermount about 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
Due date:
% Done:

0%

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

Description

When adding static routes in Global Settings -> Route Handling. IPv6 routes are added with "ip route" I believe this should use "ipv6 route"

Result:

ip route 192.0.2.0/24 lo0
ip route 2001:DB8::/32 gif1

Expected result:

ip route 192.0.2.0/24 lo0
ipv6 route 2001:DB8::/32 gif1

Reported in this thread: https://forum.netgate.com/topic/169507/frr-bgp-not-distributing-ipv6/11

Actions #1

Updated by Viktor Gurov about 2 years ago

  • Assignee set to Viktor Gurov
  • Affected Version deleted (2.6.0)
Actions #2

Updated by Jim Pingle about 2 years ago

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

Updated by Viktor Gurov about 2 years ago

  • Status changed from Pull Request Review to Feedback
Actions #4

Updated by beermount beermount about 2 years ago

Verified frr now produces the expected configuration.

Actions #5

Updated by Viktor Gurov about 2 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF