How do I display all the ipv6 kernel parameters on linux?



  • Also see: man page for sysctl.

    The pattern is a regular expression.

    $ sudo sysctl --all --pattern '^net.ipv6'
    net.ipv6.anycast_src_echo_reply = 0
    net.ipv6.auto_flowlabels = 1
    net.ipv6.bindv6only = 0
    net.ipv6.calipso_cache_bucket_size = 10
    net.ipv6.calipso_cache_enable = 1
    net.ipv6.conf.all.accept_dad = 0
    ...
    ...
    ...
    

Log in to reply
 

© Lightnetics 2024