Guillermo

Results 3 comments of Guillermo

:+1: for this feature. We've implemented this in a napalm-community [driver](https://github.com/napalm-automation-community/napalm-arubaos-switch) by passing the `confirm` (optional) argument. It would be nice if we could standardize behavior/naming as @rbcollins123 was suggesting.

Description for method `confirm_commit()` should be updated since `commit_confirm=True` is not used at all: https://github.com/napalm-automation/napalm/blob/b44332f88336b6fd42fdb967958a2661bcf2c958/napalm/base/base.py#L248

Hi @alvinc13 , Personally, I'd like to see a function to list the available checkpoints, i.e `list_checkpoint()`, and also integrate the proposed `get_*` functions with the existing `get_(all_)config`: https://github.com/aruba/pyaoscx/blob/29d3fb9d2b5c3863aa1f079e89eefc9ea4208017/pyaoscx/config.py#L31 Same...