mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 15:07:51 +00:00
bgp_multiview_topo1: Rename received bgp route log with .log for easy clean between runs
This commit is contained in:
parent
309c9764c5
commit
64581658b1
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
@ -13,7 +13,7 @@ peer = int(argv[1])
|
|||||||
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
routesavefile = open('/tmp/peer%s-received' % peer, 'w')
|
routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user