Commit 3339ba9
authored
Fix: Remove commands that trigger Arista EOS bug from collected config (#2585)
Arista cEOS fails to replace a configuration if the new configuration
contains "no lldp X" on the management interface. This commit
provides a generic "collected configuration cleanup" mechanism
and uses it to remove "no lldp transmit" and "no lldp receive"
configuration commands.
Closes #25771 parent 6e4db3c commit 3339ba9
File tree
3 files changed
+10
-0
lines changed- netsim
- ansible/tasks/fetch-config
- devices
3 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments