Page MenuHomeVyOS Platform

add SRv6 locator format option
In progress, LowPublic

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?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

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.