zahodi / ansible-mikrotik

Mikrotik module collection for ansible
Apache License 2.0
96 stars 33 forks source link

Cannot remove attribute #34

Open ukasiu opened 5 years ago

ukasiu commented 5 years ago

E.g. after changing from:

      - action: drop
        disabled: "false"
        chain: forward
        src-address-list: ABC
        comment: drop from ABC
        dst-address: 8.8.8.8
        place-before: 12

to

      - action: drop
        disabled: "false"
        chain: forward
        src-address-list: ABC
        comment: drop from ABC
        place-before: 12

dst-address is still set.