Home | History | Annotate | Download | only in doc

Lines Matching refs:default

70 line does not give enough information to guess the family, \verb|ip| falls back to the default
134 If no command is given, some default command is assumed.
142 each command has some {\em default parameter\/}
143 which may be omitted. F.e.\ parameter \verb|dev| is the default
147 are distinguished with the marker: ``(default)''.
240 \item \verb|dev NAME| (default)
337 \item \verb|dev NAME| (default)
388 {\em qlen\/} is the default transmit queue length of the device measured
463 The default format of the station address and the broadcast address
576 \item \verb|local ADDRESS| (default)
685 \item \verb|dev NAME| (default)
752 --- the address is not used when selecting the default source address
865 \item \verb|to ADDRESS| (default)
952 \item \verb|to ADDRESS| (default)
1050 and that the default neighbour states to be flushed do not include
1119 One useful exception to this rule is the default route on non-forwarding
1126 fiddling with default routes manually is not recommended. Use the Router Discovery
1129 any access to default routes.
1192 name from the file \verb|/etc/iproute2/rt_tables|. By default all normal
1220 \item \verb|to PREFIX| or \verb|to TYPE PREFIX| (default)
1227 \verb|PREFIX| --- \verb|default| --- which is equivalent to IP \verb|0/0| or
1250 put into the \verb|local| table by default.
1315 Linux uses a default value calculated from the first hop device MTU.
1330 The default is the value selected with the \verb|sysctl| variable
1336 MSS (``Maximal Segment Size'') for same connection. The default is
1343 + by the MSS (''Maximal Segment Size'') of the connection. The default
1426 \item add a default multipath route splitting the load between \verb|ppp0|
1429 ip route add default scope global nexthop dev ppp0 \
1469 ip route del default scope global nexthop dev ppp0 \
1486 \item \verb|to SELECTOR| (default)
1507 --- show the routes from this table(s). The default setting is to show
1689 listed but purged. The only difference is the default action: \verb|show|
1765 \item \verb|to ADDRESS| (default)
1958 when a second level routing table contains a single default route.
1962 At startup time the kernel configures the default RPDB consisting of three
1981 table \verb|default| (ID 253).
1982 The \verb|default| table is empty. It is reserved for some
1983 post-processing if no previous default rules selected the packet.
2033 \item \verb|type TYPE| (default)
2119 \item Delete the unused default rule:
2185 \item \verb|dev NAME| (default)
2231 \item \verb|address LLADDRESS| (default)
2294 \item \verb|to PREFIX| (default)
2369 \item \verb|name NAME| (default)
2392 The default value is: \verb|inherit|.
2397 The default value is: \verb|inherit|.
2410 It is enabled by default. Note that a fixed ttl is incompatible
3055 \# 3. Add default multicast route.
3066 \# {\bf Step 6} --- Add fallback default route with huge metric.\\
3076 ip ro add default dev $dev metric 30000 scope global
3295 \# 3. Add default multicast route.
3305 \# {\bf Step 5} --- Add fallback default route with huge metric.\\
3314 ip ro append default dev $dev metric 30000 scope global
3317 ip ro append default via $peer dev $dev metric 30001