Skip to content

Commit

Permalink
go snappi build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryyaKrJana committed Dec 2, 2024
1 parent 35c9e80 commit e9fecb1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions device/isis/segmentrouting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ components:
When down - used when an L1/L2 router advertises L2 prefixes in L1 LSPs.
The prefixes are being advertised from a higher level (L2) down to a lower level (L1).
type: string
enum:
- up
- down
default: up
x-enum:
up:
x-field-uid: 1
down:
x-field-uid: 2
x-field-uid: 3
prefix_attr_enabled:
x-include: ./routerange.yaml#/components/schemas/Isis.RouteRange/properties/prefix_attr_enabled
Expand All @@ -80,7 +82,7 @@ components:

IsisSR.IP:
description: >-
TBD
The IPv4 address and its prefix.
type: object
properties:
address:
Expand Down

0 comments on commit e9fecb1

Please sign in to comment.