blob: 71c099180c25fe3b7894099ee3b2840bf6c66f93 [file] [log] [blame]
#!/bin/sh
# Copyright 2015 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.
# Overlord LAN discovery port
OVERLORD_LD_PORT=4456
/sbin/iptables -A INPUT -p udp --dport ${OVERLORD_LD_PORT} -j ACCEPT