Skip to content

Commit

Permalink
Merge pull request #15633 from pguibert6WIND/ipv4_ignore_routes_with_…
Browse files Browse the repository at this point in the history
…linkdown

topotests: fix ignore routes with linkdown
  • Loading branch information
riw777 authored Apr 4, 2024
2 parents 3d66dd3 + c2e0060 commit 51afc9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/topotests/lib/topotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,8 @@ def fix_netns_limits(ns):

sysctl_assure(ns, "net.ipv4.conf.all.ignore_routes_with_linkdown", 1)
sysctl_assure(ns, "net.ipv6.conf.all.ignore_routes_with_linkdown", 1)
sysctl_assure(ns, "net.ipv4.conf.default.ignore_routes_with_linkdown", 1)
sysctl_assure(ns, "net.ipv6.conf.default.ignore_routes_with_linkdown", 1)

# igmp
sysctl_atleast(ns, "net.ipv4.igmp_max_memberships", 1000)
Expand Down

0 comments on commit 51afc9e

Please sign in to comment.