Skip to content

Commit

Permalink
Merge pull request #469 from mssonicbld/sonicbld/202305-merge
Browse files Browse the repository at this point in the history
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
  • Loading branch information
mssonicbld authored Oct 11, 2024
2 parents 5bba858 + 6cb01de commit 0b469b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sonic-config-engine/minigraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2226,9 +2226,9 @@ def parse_device_desc_xml(filename):
'hwsku': hwsku,
}}

results['LOOPBACK_INTERFACE'] = {('lo', lo_prefix): {}}
results['LOOPBACK_INTERFACE'] = {'lo': {}, ('lo', lo_prefix): {}}
if lo_prefix_v6:
results['LOOPBACK_INTERFACE'] = {('lo_v6', lo_prefix_v6): {}}
results['LOOPBACK_INTERFACE'] = {'lo_v6': {}, ('lo_v6', lo_prefix_v6): {}}

results['MGMT_INTERFACE'] = {}
if mgmt_prefix:
Expand Down

0 comments on commit 0b469b1

Please sign in to comment.