Commit abd7379
Bump fboss2 CLI nested-command MAX_DEPTH to 6
The routing-policy term match/action commands nest six levels deep
(config protocol bgp policy routing-policy term match), which trips
static_assert(N <= M) in utils::arrayToTuple via CmdArgsLists::getTypedArgs.
Raise CmdArgsLists::MAX_DEPTH from 5 to 6 to match.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 9713d13 commit abd7379
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments