| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use spaces instead of tabs | Shohei YOSHIDA | 2026-03-13 | 1 | -257/+259 |
| | | |||||
| * | Fix nftables completion | Shohei YOSHIDA | 2026-03-08 | 1 | -9/+16 |
| | | | | | | - remove needless debug print - fix wrong value overwriting | ||||
| * | Merge pull request #1088 from Mumumu4/fix-nft-type-in-name | Shohei YOSHIDA | 2024-06-26 | 1 | -2/+2 |
| |\ | | | | | Fix nftables completion: when object name contains its type name | ||||
| | * | Fix nftables completion: when object name contains its type name, the ↵ | Mumumu | 2024-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion may mass up E.g. ``` table inet foo { chain my_chain { jump my_chain2 } chain my_chain2 { } } ``` `nft delete chain inet foo <tab>` get ``` handle -- address chain by handle my_chain2 -- (handle 31) my_chain -- (handle 30) \t\tjump my_chain2 # handle 33 ``` the last line in the completion output is not wanted. | ||||
| * | | Update nftables completion | Mumumu | 2024-06-25 | 1 | -1/+5 |
| |/ | | | add completion for set/map name in `nft add/delete element [family] table <tab>` | ||||
| * | Fix typos | Dimitris Apostolou | 2023-01-04 | 1 | -2/+2 |
| | | |||||
| * | Fix nftables completion | test | 2022-10-04 | 1 | -6/+6 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | remove last expl[@] strings and replace them with the generic "$@" | Markus Richter | 2018-11-06 | 1 | -4/+4 |
| | | |||||
| * | fix family/handle/table completion, remove uneccessary expl | Markus Richter | 2018-11-06 | 1 | -13/+30 |
| | | |||||
| * | renamed file, documented some more functions | Markus Richter | 2018-11-05 | 1 | -0/+483 |
