Skip to content

sonic: Add support for BGP IPv6 neighbors on VLAN #2312

Description

@osfrickler

The current code only checks for IPv4 addresses, we also need to support IPv6 here.

# Get peer IP address using the existing FHRP VIP detection logic
peer_ipv4 = None
if netbox:
peer_ipv4 = get_connected_interface_ipv4_address(
device, sonic_iface_name, netbox
)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions