global.conf 540 B

123456789101112131415161718
  1. #
  2. # Sysctls for all FFHO machines (Salt managed)
  3. #
  4. #
  5. # After kernel oops wait 1 sec, than reset system
  6. kernel.panic_on_oops = 1
  7. kernel.panic = 1
  8. #
  9. # Enables child sockets to inherit the L3 master device index.
  10. # Enabling this option allows a "global" listen socket to work
  11. # across L3 master domains (e.g., VRFs) with connected sockets
  12. # derived from the listen socket to be bound to the L3 domain in
  13. # which the packets originated. Only valid when the kernel was
  14. # compiled with CONFIG_NET_L3_MASTER_DEV.
  15. net.ipv4.tcp_l3mdev_accept = 1