# $Id: ip-map.conf,v 1.2 2003/01/20 21:02:17 cph Exp $
#
# Copyright 2002 Massachusetts Institute of Technology
#
# This file is part of laptop-net.
#
# Laptop-net is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Laptop-net is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with laptop-net; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.

# This is an example IP map.  The purpose of this map is to associate
# scheme names with IP addresses.  The ARP discovery mechanism reads
# the map and sends out ARP requests for all of the IP addresses in
# the map.  When an ARP reply is received, the map is searched for the
# IP address contained in the reply, and if a match is found, the
# scheme associated with that address is chosen.

# Each line consists of a scheme name followed by one or more IP
# addresses, separated by spaces or tabs.  Comments are allowed
# anywhere, start with the '#' character, and continue to the end of
# the line.  Blank lines, consisting of any number of space or tab
# characters, are also allowed.

# Here are two example entry lines:

#home	192.168.1.1 192.168.1.2
#office	192.168.2.1 192.168.2.2 192.168.2.3
