blob: dc994037712bf62f56fefb1f1f78c42c3a4569c0 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
## Section: 3.2.9 Ensure IPv6 router advertisements are not accepted ##
sysctl -w net.ipv6.conf.all.accept_ra=0
sysctl -w net.ipv6.route.flush=1