Page MenuHomeVyOS Platform

Route-map - Extend options for ip next-hop match
Closed, ResolvedPublicFEATURE REQUEST

Description

Currently supported on vyos:

vyos@vyos# set policy route-map FOO rule 10 match ip nexthop 
Possible completions:
   access-list  IP access-list to match
   prefix-list  IP prefix-list to match

[edit]

But FRR supports:

vyos(config-route-map)# match ip next-hop 
  ACCESSLIST4_NAME  IP Access-list name
  address           IP address
  prefix-len        Match prefixlen of given nexthop
  prefix-list       Match entries of prefix-lists
  type              Match entries by type

All options should be supported

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)