Open phil-dileo opened 8 years ago
There's a solutions for this ?
Not at the moment
@phil-dileo if you use run_commands method you can do configure session
I do this for example
node.run_commands([
"configure session",
"cli vrf management",
some_command,
"commit",
])
Adds an API to get, create, delete, deleteall and diff for config sessions. We should also add a session param to the config() method as well as implement a basic check for config session support.