1
High availability / Re: CARP maintenance mode via command line / API
« on: July 16, 2023, 09:47:38 pm »
Hi,
there is a way via CLI:
This toggles the maintenance mode on / off, depending on the previous state.
If you want to find out more about the options of this command, look at /usr/local/opnsense/scripts/interfaces/carp_set_status.php .
Best regards,
Ian
there is a way via CLI:
Code: [Select]
$ configctl interface carp_set_status maintenance
This toggles the maintenance mode on / off, depending on the previous state.
If you want to find out more about the options of this command, look at /usr/local/opnsense/scripts/interfaces/carp_set_status.php .
Best regards,
Ian