Skip to content

Commit

Permalink
FRR IPv6 static routes syntax fix. Issue #11693
Browse files Browse the repository at this point in the history
  • Loading branch information
vktg committed Apr 26, 2022
1 parent 9cb807f commit 095720f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/pfSense-pkg-frr/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-frr
PORTVERSION= 1.1.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
3 changes: 3 additions & 0 deletions net/pfSense-pkg-frr/files/usr/local/pkg/frr/inc/frr_zebra.inc
Expand Up @@ -667,6 +667,9 @@ function frr_zebra_generate_staticroutes() {
/* Gateways */
case "gw":
$target = lookup_gateway_ip_by_name($target);
if (is_subnetv6($redistr['routevalue'])) {
$target = str_replace("%", " ", $target);
}
break;
/* BGP Neighbors */
case "bgp":
Expand Down

0 comments on commit 095720f

Please sign in to comment.