ufw show added command
Bug #987784 reported by
Stanislav German-Evtushenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw |
Fix Released
|
Wishlist
|
Jamie Strandboge |
Bug Description
Hello all,
I'd like to suggest implementing "ufw list" command which prints rules in the same way ufw adds them. It would simplify the usage a lot. For example:
$ ufw reject out to 10.10.10.10 port 8080
Rule added
$ ufw reject out to 10.10.10.20 port 8000
Rule added
$ ufw list
ufw reject out to 10.10.10.10 port 8080
ufw reject out to 10.10.10.20 port 8000
$ ufw list numbered
1 ufw reject out to 10.10.10.10 port 8080
2 ufw reject out to 10.10.10.20 port 8000
Best regards,
Stanislav
Related branches
Changed in ufw: | |
status: | Incomplete → Triaged |
importance: | Undecided → Wishlist |
assignee: | Jamie Strandboge (jdstrand) → nobody |
To post a comment you must log in.
Thank you for using ufw and filing a bug. I don't understand how this would be better than 'ufw status'. In fact, ufw status actually does this so long as you don't use 'insert' (noting that v4 and v6 rules are kept in separate lists).