How to enable prior disabled rules

Vyos ver. 1.1.8

When in configuration mode, you can easily disable a NAT rule by using the “disabled” argument. E.g.:

set destination nat rule 10 disabled

But how to enable it again ?

delete destination nat rule 10 disabled
commit
save

So there is no way to enable the rule again but to delete ad re-create (?)

You’re only deleting the ‘disabled’ component, not the entire rule

Allright :slight_smile: Thank you