We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d69266 commit 0b1ecabCopy full SHA for 0b1ecab
seedemu/layers/Routing.py
@@ -141,7 +141,7 @@ def configure(self, emulator: Emulator):
141
rnode.appendStartCommand('ip addr add {}/32 dev dummy0'.format(lbaddr))
142
rnode.setLabel('loopback_addr', lbaddr)
143
rnode.setLoopbackAddress(lbaddr)
144
- self.__loopback_pos += 1
+ self._loopback_pos += 1
145
146
self._log("Bootstrapping bird.conf for AS{} Router {}...".format(scope, name))
147
0 commit comments