Commit 58e4b38
authored
allow func_len to be 0 in sonic-srv6.yang (#21672)
Why I did it
Previously, we didn't allow the func_len to zero in YANG model, which conflicts with our use case.
Work item tracking
Microsoft ADO (number only):
How I did it
Change the lower bound of the func_len's range.
How to verify it
Configure a locator entry in CONFIG_DB and then do a config reload.1 parent 678f1c2 commit 58e4b38
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
0 commit comments