Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sane defaults for 'announce_whole_subnet'-options.. #1005

Open
tuxis-ie opened this issue Mar 15, 2024 · 1 comment
Open

Create sane defaults for 'announce_whole_subnet'-options.. #1005

tuxis-ie opened this issue Mar 15, 2024 · 1 comment

Comments

@tuxis-ie
Copy link

If it does not help, please fill information below:

  • Your operating system name and version?
    root@fastnetmon:# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 12 (bookworm)
    Release: 12
    Codename: bookworm
    root@fastnetmon:
    # fastnetmon --version
    Version: 1.2.4

To work with 'announce_whole_subnet'-options, we must configure each existing subnet in /etc/networks_list. For IPv4 this is doable, but for IPv6, that's quite a long list.

I would love to see a default option where the default IPv4-subnet would be a /24 and the default IPv6-subnet would be a /48. Those are the minimal accepted sizes on the internet, so they seem like a sane default.

Thanks!

@pavel-odintsov
Copy link
Owner

Hello!

Thank you for reporting!

The very first issue here that we do not support IPv6 per subnet announces at all:

logger << log4cpp::Priority::ERROR << "Sorry but we do not support IPv6 per subnet announces";

We need to start from covering this gap first.

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

No branches or pull requests

2 participants