Commit def7ad4
[MirrorOrch]: Init the next hop ip with 0 instead of default constructor (#953)
Otherwise, in the getgetNeighborInfo function, it will check whether
the nexthop is zero, but it will return false according to
IpAddress::isZero(), then it will try to query the
neighbor orch about this invalid ip address.
Signed-off-by: Richard Wu <[email protected]>1 parent db251c3 commit def7ad4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
| 789 | + | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| |||
0 commit comments