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

Support ipv{n}.address=none for ovn networks #10271

Open
tomponline opened this issue Apr 19, 2022 · 3 comments
Open

Support ipv{n}.address=none for ovn networks #10271

tomponline opened this issue Apr 19, 2022 · 3 comments
Labels
Feature New feature, not a bug

Comments

@tomponline
Copy link
Member

tomponline commented Apr 19, 2022

Support ipv{n}.address=none for ovn networks to allow completely isolated networks.

This would:

  • Disable auto IP (DHCP/RA) for the relevant IP protocol(s).
  • Disable DNS forwarding for the relevant IP protocol(s)
  • Remove the relevant IP(s) from the router's external switch interface.
  • Remove the relevant IP(s) from the router's internal switch interface.
  • Disable router uplink connection entirely (if both IPv4 and IPv6 were disabled) (allow for no uplink network).
@tomponline tomponline self-assigned this Apr 19, 2022
@stgraber stgraber added the Feature New feature, not a bug label Apr 19, 2022
@stgraber stgraber added this to the lxd-5.2 milestone Apr 19, 2022
@stgraber stgraber modified the milestones: lxd-5.2, lxd-5.3 May 26, 2022
@stgraber stgraber modified the milestones: lxd-5.3, lxd-5.4 Jun 20, 2022
@stgraber stgraber modified the milestones: lxd-5.4, lxd-5.5 Jul 21, 2022
@stgraber stgraber modified the milestones: lxd-5.5, lxd-5.6 Aug 17, 2022
@stgraber stgraber modified the milestones: lxd-5.6, lxd-5.7 Sep 22, 2022
@stgraber stgraber modified the milestones: lxd-5.7, lxd-5.8 Oct 20, 2022
@stgraber stgraber modified the milestones: lxd-5.8, lxd-5.9 Nov 18, 2022
@stgraber stgraber modified the milestones: lxd-5.9, lxd-5.10 Dec 9, 2022
@bryanyork
Copy link

bryanyork commented Dec 18, 2022

Yes, would love the ability to create switches between containers that can be used to chain interfaces together for QoS/SQM, etc.
By default I get lxc network create ovn-virtual-network --type=ovn network=dummy ipv4.nat=false ipv6.nat=false ipv4.address=none ipv6.address=none Error: No internal IPs defined for network router

@stgraber stgraber modified the milestones: lxd-5.10, lxd-5.11 Jan 13, 2023
@stgraber stgraber modified the milestones: lxd-5.11, lxd-5.12 Feb 17, 2023
@stgraber stgraber modified the milestones: lxd-5.12, lxd-5.13 Mar 16, 2023
@stgraber stgraber modified the milestones: lxd-5.13, lxd-5.14 Apr 14, 2023
@stgraber stgraber removed this from the lxd-5.14 milestone May 25, 2023
@stgraber stgraber added this to the lxd-5.15 milestone May 25, 2023
@tomponline tomponline modified the milestones: lxd-5.15, lxd-5.16 Jun 21, 2023
@tomponline tomponline removed their assignment Jul 13, 2023
@tomponline tomponline modified the milestones: lxd-5.16, lxd-5.17 Jul 18, 2023
@tomponline tomponline modified the milestones: lxd-5.17, lxd-5.18 Aug 21, 2023
@tomponline tomponline modified the milestones: lxd-5.18, lxd-5.19 Sep 20, 2023
@tomponline tomponline removed this from the lxd-5.19 milestone Oct 10, 2023
@tomponline
Copy link
Member Author

semi-related to lxc/incus#1189

@tomponline
Copy link
Member Author

see also lxc/incus#1070

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature, not a bug
Projects
None yet
Development

No branches or pull requests

3 participants