napalm icon indicating copy to clipboard operation
napalm copied to clipboard

EOS: Support parametrized FN0039 config input

Open bewing opened this issue 3 years ago • 0 comments

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.

bewing avatar May 16 '22 23:05 bewing