Commit a119dd5
authored
[exabgp] Fix start/restart verification condition (#1400)
Fix the issue when checking the return from status API. Previously
the check was done outside the module and the return was in a form of
hash map. With relocation of the condition to the exabgp module,
the return type is strig and is not a map.
signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>1 parent d537abd commit a119dd5
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments