aboutsummaryrefslogtreecommitdiffstats
path: root/src/_nftables
Commit message (Collapse)AuthorAgeFilesLines
* Use spaces instead of tabsShohei YOSHIDA2026-03-131-257/+259
|
* Fix nftables completionShohei YOSHIDA2026-03-081-9/+16
| | | | | - remove needless debug print - fix wrong value overwriting
* Merge pull request #1088 from Mumumu4/fix-nft-type-in-nameShohei YOSHIDA2024-06-261-2/+2
|\ | | | | Fix nftables completion: when object name contains its type name
| * Fix nftables completion: when object name contains its type name, the ↵Mumumu2024-06-251-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 completionMumumu2024-06-251-1/+5
|/ | | add completion for set/map name in `nft add/delete element [family] table <tab>`
* Fix typosDimitris Apostolou2023-01-041-2/+2
|
* Fix nftables completiontest2022-10-041-6/+6
|
* Fix typosDimitris Apostolou2020-04-091-1/+1
|
* remove last expl[@] strings and replace them with the generic "$@"Markus Richter2018-11-061-4/+4
|
* fix family/handle/table completion, remove uneccessary explMarkus Richter2018-11-061-13/+30
|
* renamed file, documented some more functionsMarkus Richter2018-11-051-0/+483