Commit 09ea90d
ovn-ic: Fix routes not deleted when lr is disabled.
Fix routes not deleted when lr is disabled and pb address is cleared
simultaneously. When a logical router is disabled, northd clears the
IC-SB port binding address. If ovn-ic handles both changes in the same
iteration, learned routes were not deleted.
This issue was highlighted by sporadic failures of test [0].
[0] "ovn-ic -- Check loop with lsp orphan in same subnet of new lsp in other TS".
Fixes: ddc0200 ("ic: Fix loop disable/enable logical router.")
Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Ales Musil <amusil@redhat.com>
(cherry picked from commit f452d37)1 parent 996f2d3 commit 09ea90d
2 files changed
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1764 | 1764 | | |
1765 | 1765 | | |
1766 | 1766 | | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1767 | 1793 | | |
1768 | 1794 | | |
1769 | 1795 | | |
| |||
1834 | 1860 | | |
1835 | 1861 | | |
1836 | 1862 | | |
| 1863 | + | |
1837 | 1864 | | |
1838 | 1865 | | |
1839 | 1866 | | |
| |||
1870 | 1897 | | |
1871 | 1898 | | |
1872 | 1899 | | |
| 1900 | + | |
1873 | 1901 | | |
1874 | 1902 | | |
1875 | 1903 | | |
1876 | 1904 | | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
1877 | 1911 | | |
1878 | 1912 | | |
1879 | 1913 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3069 | 3069 | | |
3070 | 3070 | | |
3071 | 3071 | | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
3072 | 3091 | | |
3073 | 3092 | | |
3074 | 3093 | | |
| |||
0 commit comments