napalm
napalm copied to clipboard
EOS: Support parametrized FN0039 config input
Some commands, like
ip igmp snooping vlan, require parametrization to correctly input:
ip igmp snooping vlan <vlan id> member
should be auto-converted to/from
ip igmp snooping vlan <vlan id> static
The current CliConverter is not sophisticated enough to perform this kind of replacement.