Index: trunk/routing/twistedbgp/src/bgp.py |
— | — | @@ -1925,7 +1925,8 @@ |
1926 | 1926 | |
1927 | 1927 | BGPPeering.completeInit(self, protocol) |
1928 | 1928 | |
1929 | | - # Clear the existing set, it may get reused |
| 1929 | + # (Re)init the existing set, they may get reused |
| 1930 | + self.toAdvertise = self.advertised |
1930 | 1931 | self.advertised = set() |
1931 | 1932 | |
1932 | 1933 | def sendAdvertisements(self): |