Background/Problem
We can set some configurations to an appliance by the napalm.loadconfig action.
But, this requires the filepath in which some configurations are written.
It's hard to make a simple Rule (without WorkFlow) to set some configuration to an appliance using this action, because we have to make a configuration file before running napalm.loadconfig.
Proposal
If we could specify a command to the parameter directly, I thought this will be more useful.
Thank you.