-
Notifications
You must be signed in to change notification settings - Fork 321
Message
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
Message — Click element; prints a message on configuration
Message(MESSAGE [, TYPE])
Ports: none
The Message element prints a message, warning, or error when configured. It can be used to provide configuration-level documentation. The MESSAGE argument is the message (a string); TYPE should be MESSAGE, WARNING, or ERROR. The default is MESSAGE.
If TYPE is ERROR the router will fail to initialize.
Message("This configuration is deprecated; use test-tun.click instead.", WARNING)
tun :: KernelTap(1.0.0.1/8);
...
Generated by click-elem2man from ../elements/standard/messageelement.hh:7
on 2017/10/17.