Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: reset terminal when CTRL+d is pressed | Eric Leblond | 2013-06-08 | 1 | -1/+4 |
| | | | | | The terminal was not correctly resetted when CTRL+d was pressed. The result was that reset has to be called from shell after exit. | ||||
* | cli: add quit command | Eric Leblond | 2013-06-08 | 1 | -0/+5 |
| | |||||
* | cli: complete basic functionality of the interactive mode | Pablo Neira Ayuso | 2013-05-19 | 1 | -5/+7 |
| | | | | | | | | | | This patch adds missing code to get basic interactive mode operative via `nft -i', including parsing, evaluation, command execution via netlink and error reporting. Autocomplete is not yet implemented. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | Initial commitv0.01-alpha1 | Patrick McHardy | 2009-03-18 | 1 | -0/+175 |