This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| firewall { | |
| global-options { | |
| state-policy { | |
| established { | |
| action accept | |
| } | |
| invalid { | |
| action drop | |
| } | |
| related { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| status key command | |
| Composition Backspace Backspace | |
| Composition Ctrl a MoveCursorToBeginning | |
| Composition Ctrl Backspace Backspace | |
| Composition Ctrl d MoveCursorRight | |
| Composition Ctrl Down MoveCursorToEnd | |
| Composition Ctrl e MoveCursorToBeginning | |
| Composition Ctrl Enter Commit | |
| Composition Ctrl f MoveCursorToEnd | |
| Composition Ctrl g Delete |