Skip to content

Commit

Permalink
Merge pull request #3286 from jvoss/eui64_podman_vrf
Browse files Browse the repository at this point in the history
container: T6218: fix host IPv6 link-local address for VRF networks
  • Loading branch information
c-po authored Apr 9, 2024
2 parents b8f3c61 + 6b5590a commit 5d89003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf_mode/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ def apply(container):
# it to a VRF as there's no consumer, yet.
if interface_exists(network_name):
tmp = Interface(network_name)
tmp.add_ipv6_eui64_address('fe80::/64')
tmp.set_vrf(network_config.get('vrf', ''))
tmp.add_ipv6_eui64_address('fe80::/64')

return None

Expand Down

0 comments on commit 5d89003

Please sign in to comment.