Page MenuHomeVyOS Platform

Support network and address groups for policy ipv6-route
Closed, ResolvedPublicFEATURE REQUEST

Description

Support for network and address groups is available for IPv4 protocol routing policies, but not for IPv6.
Desireded CLI syntax:

show policy ipv6-route
 route HTTPREDIRECT-V6 {
     rule 100 {
         set {
             mark 100
         }
         source {
             group {
                 network-group V6-CUSTOMERS
             }
         }
     }
 }

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

daniil created this object in space S1 VyOS Public.
sarthurdev claimed this task.
sarthurdev added a subscriber: sarthurdev.

This was included with the new firewall, going to mark as resolved.

vyos@vyos# set policy route6 asd rule 100 source group
Possible completions:
   address-group
                Group of addresses
   mac-group    Group of MAC addresses
   network-group
                Group of networks
   port-group   Group of ports