search for: priotiry

Displaying 2 results from an estimated 2 matches for "priotiry".

Did you mean: priority
2004 Jan 19
1
failover does not work for static ip rules
...e. 221? the next priority table is as follows, ip rule add prio 221 table 221 ip route add default table 221 proto static \ nexthop via 203.88.135.213 dev eth1 weight 1\ nexthop via 203.88.135.193 dev eth2 weight 1 so, if the static route fails, will that refer the next priotiry table? failover works if i have not specified the static ip rule, but it does not work in case of this rule 203, can anyone explain why this happens? thanks and regards ----------------------------------------------------------Tushar Thakker Elitecore Technologies Ltd. -----------------------------...
2006 Aug 29
1
PATCH: Add fields argument to installed.packages and available.packages
...onal columns can be specified using the \code{fields} + argument. } \seealso{ \code{\link{update.packages}}, \code{\link{INSTALL}}, \code{\link{REMOVE}}. @@ -50,5 +58,6 @@ \examples{ str(ip <- installed.packages(priority = "high")) ip[, c(1,3:5)] +plic <- installed.packages(priotiry = "high", fields="License") } \keyword{utilities} Index: src/library/utils/man/update.packages.Rd =================================================================== --- src/library/utils/man/update.packages.Rd (revision 38996) +++ src/library/utils/man/update.packages.Rd (wor...