Lines Matching refs:scope
616 \item \verb|scope SCOPE_VALUE|
618 --- the scope of the area where this address is valid.
620 Predefined scope values are:
638 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host|
689 \item \verb|scope SCOPE_VAL|
691 --- only list addresses with this scope.
731 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0
732 inet6 3ffe:2400:0:1:2a0:ccff:fe66:1878/64 scope global dynamic
734 inet6 fe80::2a0:ccff:fe66:1878/10 scope link
743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD},
811 2: dummy inet 10.7.7.7/16 brd 10.7.255.255 scope global dummy
812 3: eth0 inet 10.10.7.7/16 brd 10.10.255.255 scope global eth0
813 4: eth1 inet 10.8.7.7/16 brd 10.8.255.255 scope global eth1
1357 \item \verb|scope SCOPE_VAL|
1359 --- the scope of the destinations covered by the route prefix.
1363 \verb|ip| assumes scope \verb|global| for all gatewayed \verb|unicast|
1364 routes, scope \verb|link| for direct \verb|unicast| and \verb|broadcast| routes
1365 and scope \verb|host| for \verb|local| routes.
1429 ip route add default scope global nexthop dev ppp0 \
1432 Note the scope value. It is not necessary but it informs the kernel
1469 ip route del default scope global nexthop dev ppp0 \
1536 \item \verb|scope SCOPE_VAL|
1538 --- only list routes with this scope.
1591 193.233.7.0/24 dev eth0 proto gated/conn scope link \
1738 netadm@amber:~ # ip -4 ro flush scope global type unicast
2363 TTL scope, administrative distances are appended to the device names
2751 with the same scope as the destination.
2753 \item IP searches for the first valid address with a scope wider
2754 than the scope of the destination but it prefers addresses
2758 in routing tables instead (the \verb|scope| parameter to the \verb|ip route| command,
2764 \item Otherwise, if the scope of the destination is \verb|link| or \verb|host|,
2768 with an appropriate scope. The loopback device \verb|lo| is always the first
2769 in the search list, so that if an address with global scope (not 127.0.0.1!)
3012 ip addr add 127.0.0.1/8 dev lo brd + scope host
3096 ip route add 224.0.0.0/4 dev $dev scope global
3111 ip ro add default dev $dev metric 30000 scope global
3336 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
3349 ip ro append default dev $dev metric 30000 scope global