napalm-automation-community / napalm-panos

NAPALM driver for PAN-OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit message raises NotImplementedError

hkam40k opened this issue · comments

Hello,

Current PANOSDriver.commit_config() method raises a NotImplementedError and an error message "commit message not implemented for this platform" if a message is given as a parameter, why is that? It should be possible to give a commit message on the CLI: commit description "my comment"?

Regards.

Hi, the underlying netmiko library now supports providing a commit message for PANOS devices. Would a PR be appreciated for the PANOSDriver to support a commit comment?

Yes it would be