Skip to content

Conversation

@n0emis
Copy link
Member

@n0emis n0emis commented Apr 29, 2025

No description provided.

@unfokus unfokus force-pushed the impl-rtbrick branch 2 times, most recently from 60d703d to 74f43bd Compare August 8, 2025 15:10
@johannwagner johannwagner marked this pull request as ready for review August 12, 2025 12:51

self.ips.append(str(parsed_ip))
def append_neighbor(self, ip_address, own_ip):
self.neighbors.append({ "peer": str(ip_address).split("/")[0], "local_address": str(own_ip).split("/")[0] })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I introduce you to ipaddress.ip_network('192.168.0.0/28')?

@johannwagner johannwagner merged commit ad3c460 into main Aug 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants