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)