/* [Interface Command] Tell the interface is wire. */
DEFUN (babel_set_wired,
babel_set_wired_cmd,
- "wired",
+ "babel wired",
"Set this interface as wired (default: wireless).\n"
"No attributes")
{
/* [Interface Command] Tell the interface is wireless (default). */
DEFUN (babel_set_wireless,
babel_set_wireless_cmd,
- "wireless",
+ "babel wireless",
NO_STR
"Set this interface as wireless (is default).\n"
"No attributes")
obsoleted after publication.)
@end deffn
-@deffn {Interface Command} {wireless} {}
-@deffnx {Interface Command} {no wireless} {}
+@deffn {Interface Command} {babel wired} {}
+@deffnx {Interface Command} {babel wireless} {}
Specifies whether this interface is wireless, which disables a number
of optimisations that are only correct on wired interfaces.
-Specifying @code{no wireless} is always correct, but may cause extra
+Specifying @code{wireless} is always correct, but may cause extra
routing overhead. The default is autodetected if possible,
@code{wireless} otherwise.
@end deffn