[Bug 293136] net.route.hash_outbound not automatically enabled for locally originated traffic over multipath ECMP routes
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293136 Pouria Mousavizadeh Tehrani <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Resolution|--- |FIXED Status|New |Closed --- Comment #4 from Pouria Mousavizadeh Tehrani <[email protected]> --- Thank you Marek for CC'ing me. 254b23eb1f540844cf2a90f2781ae4231c5701ce automatically fixed this issue. [pouria@cornelia] % sysctl net.route.hash_outbound net.route.hash_outbound: 0 [pouria@cornelia] % mdo route -n4 add 100.64.3.0/24 -gateway 100.64.1.100 route: message indicates error: File exists add net 100.64.3.0: gateway 100.64.1.100 fib 0: route already in table [pouria@cornelia] % mdo route -n4 add 100.64.3.0/24 -gateway 100.64.1.101 add net 100.64.3.0: gateway 100.64.1.101 [pouria@cornelia] % sysctl net.route.hash_outbound net.route.hash_outbound: 1 -- You are receiving this mail because: You are the assignee for the bug.