Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / picobsd / help / route.hlp.en
1 \e[1mroute\e[m    manually manipulate the routing tables
2
3         Usage:
4
5         route [ -nqv ] command [[ modifiers ] args ]
6
7         Where 'command' is most commonly 'add' or 'delete', modifiers can be
8         '-net' or '-host', and args are destination and gateway.
9
10         E.g., to add default route to the gateway:
11
12                 route add default <gateway name or IP>
13