Commit 6d327a7
committed
Fixed typo in an updated test and boundary conditions for StartTransition()
* Fixed the upper boundary condition such that kRouterTransitionDelayMax
(1200) is included in the possible range of values.
* Allows 0 as a delay minimum for potentially immediate upgrades,
which the new role transition timer approach now supports, such
that the valid role transition range is now 0-1200, inclusive of both
bounds.
* Fixed typo with router2_rejoin_pkt in verify_1_1_5_3_6.py1 parent 7c9b971 commit 6d327a7
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4086 | 4086 | | |
4087 | 4087 | | |
4088 | 4088 | | |
4089 | | - | |
| 4089 | + | |
4090 | 4090 | | |
4091 | | - | |
| 4091 | + | |
4092 | 4092 | | |
4093 | 4093 | | |
4094 | 4094 | | |
4095 | | - | |
4096 | | - | |
4097 | | - | |
| 4095 | + | |
| 4096 | + | |
| 4097 | + | |
4098 | 4098 | | |
4099 | 4099 | | |
4100 | 4100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments