Page MenuHomeVyOS Platform

Add SRv6 locator format option
Closed, ResolvedPublic

Description

This task adds the SRv6 locator format configuration option:

protocols {
  segment-routing {
    srv6 {
      locators {
        locator MAIN {
          format [uncompressed | usid-f3216]
        }
      }
    }
  }
}

FRR configuration:

segment-routing
  srv6
    locators
      locator MAIN
        format usid-f3216
      exit
    exit
  exit
exit

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

jvoss changed the task status from Open to In progress.
jvoss created this object in space S1 VyOS Public.

FYI - this was completed/merged some time ago in: https://github.com/vyos/vyos-1x/pull/4263

I am happy to mark this resolved but was unsure if the maintainers needed anything or wanted to control marking issues resolved.

dmbaturin renamed this task from add SRv6 locator format option to Add SRv6 locator format option.Feb 12 2026, 6:36 PM
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin changed Issue type from Unspecified (please specify) to Feature (new functionality).