]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: bump zebra netlink socket buffer size 6975/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 24 Aug 2020 10:29:23 +0000 (07:29 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 24 Aug 2020 10:29:23 +0000 (07:29 -0300)
Use the same value as we use in production release configuration.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/lib/topotest.py

index b5fa2ea59bf59a81540ab1e81e09136fa78a54e4..766ab71ed19316354c607c0b5565fd788e4ef7b1 100644 (file)
@@ -1265,7 +1265,7 @@ class Router(Node):
             zebra_path = os.path.join(self.daemondir, "zebra")
             zebra_option = self.daemons_options["zebra"]
             self.cmd(
-                "{0} {1} --log stdout --log-level debug -d > zebra.out 2> zebra.err".format(
+                "{0} {1} --log stdout --log-level debug -s 90000000 -d > zebra.out 2> zebra.err".format(
                     zebra_path, zebra_option, self.logdir, self.name
                 )
             )