Skip to content
  • Alan Maguire's avatar
    423b2618
    add support for optional tunables · 423b2618
    Alan Maguire authored
    sometimes tunables may not be present or accessible, e.g. when
    
    net.ipv6.conf.all.disable_ipv6 = 1
    
    mark such tunables as optional so tuner will not fail to load
    if for example v6 tunables are not available.  Also add test
    for this (neigh_table_v4only_test) which disables IPv6 while
    verifying the v4 aspects of the tuner still work.
    423b2618
    add support for optional tunables
    Alan Maguire authored
    sometimes tunables may not be present or accessible, e.g. when
    
    net.ipv6.conf.all.disable_ipv6 = 1
    
    mark such tunables as optional so tuner will not fail to load
    if for example v6 tunables are not available.  Also add test
    for this (neigh_table_v4only_test) which disables IPv6 while
    verifying the v4 aspects of the tuner still work.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading