Project

General

Profile

Actions

Bug #13441

open

FRR fails to start with route map on "sequence 0" in configuration

Added by Paighton Bisconer over 1 year ago. Updated about 1 year ago.

Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
FRR
Target version:
-
Start date:
Due date:
% Done:

0%

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

Description

Creating a route map in FRR global configuration and assigning a network to sequence 0 prevents FRR/BGP from loading

Fails to load

route-map IPv4_Export permit 0
 match ip address prefix-list EXPORT_IPv4
route-map IPv4_Import permit 0
 match ip address prefix-list IMPORT_IPv4

Loads Successfully

route-map IPv4_Export permit 1
 match ip address prefix-list EXPORT_IPv4
route-map IPv4_Import permit 1
 match ip address prefix-list IMPORT_IPv4

Input validation or a valid integer range on the input is recommended

Actions

Also available in: Atom PDF