Home | History | Annotate | Download | only in doc

Lines Matching refs:peer

285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
406 attached to each end. All packets sent to this link will reach the peer
407 and all packets received by us came from this single peer.
464 (or the peer address for pointopoint links) is a
471 NBMA links have no well-defined broadcast or peer address,
584 \item \verb|peer ADDRESS|
588 encoding the network prefix length. If a peer address is specified,
590 with the peer rather than with the local address.
3141 \# {\bf Usage: \verb?ifcfg DEVICE[:ALIAS] [add|del] ADDRESS[/LENGTH] [PEER]?}\\
3146 \# ---Optional peer address for pointopoint interfaces.\\
3201 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2
3251 \# If peer address is present, prefix length is 32.\\
3255 peer=$1
3256 if [ "$peer" != "" ]; then
3258 echo "Peer address with non-trivial netmask." 1>&2
3261 pfx="$ipaddr peer $peer"
3350 elif [ "$peer" != "" ]; then
3351 if ping -q -c 2 -w 4 $peer ; then
3352 ip ro append default via $peer dev $dev metric 30001