#!/bin/sh
#
# @(#)make_my_addr.sh 1.8 91/01/11 Copyr 1986 Sun Micro
#

# Generate an NSAP for local use only. The NSAP has an AFI of 49 (local, binary
# DSP syntax), and a DSP that it unique for all SUNs that use this script.

hostid | awk '{printf "Local=%08s00\n", $1}'

