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.
3106 \# {\bf Usage: \verb?ifcfg DEVICE[:ALIAS] [add|del] ADDRESS[/LENGTH] [PEER]?}\\
3111 \# ---Optional peer address for pointopoint interfaces.\\
3166 PEER] | stop]" 1>&2
3216 \# If peer address is present, prefix length is 32.\\
3220 peer=$1
3221 if [ "$peer" != "" ]; then
3223 echo "Peer address with non-trivial netmask." 1>&2
3226 pfx="$ipaddr peer $peer"
3315 elif [ "$peer" != "" ]; then
3316 if ping -q -c 2 -w 4 $peer ; then
3317 ip ro append default via $peer dev $dev metric 30001