Jump to content

Template:Issue: Difference between revisions

From NixOS Wiki
imported>Samueldr
m Samueldr moved page Using bridges under NixOS to Template:Issue: Puts the page back to the proper location to keep history proper
DoggoBit (talk | contribs)
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Using bridges under NixOS ==
<includeonly>[{{{link|https://github.com/{{{repo|NixOS/{{{3|nixpkgs}}}}}}/issues/{{{1}}}}}} {{unicon|🚩}}{{{2|#{{{1}}}}}}]</includeonly><noinclude>{{Documentation}}</noinclude>
 
 
If you want to use macvtap bridges in KVM, LXC, Xen or $hypervisor on NixOS you have to tell your
dhcp server to not configure that interface with an ip.
Yes exactly the dhcp server on NixOS configures every interface as long it has been told to not to.
 
If you are running dhcpcd then you have to define
networking.dhcpcd.denyInterfaces = [ "macvtap0@*" ]
for example.
 
What is the error you get when layer 2 bridges have IPs?
[https://serverfault.com/questions/959667/kvm-bridge-networking-first-arp-packet-gets-answered-by-wrong-host stackoverflow issue]

Latest revision as of 16:22, 7 June 2025

Template Documentation [edit source| uses| help]

This template inserts inline link to a specific repository issue. By default, it does so for the Nixpkgs repository, but it can either point to any other NixOS repository, any GitHub repository in general, or even any other link.

🚩︎#1

Usage

Simply specify the issue number in the template as the first argument to produce the issue listed above.

{{issue|1}}

You can also specify an alternate text for the issue:

{{issue|1|this issue}}

🚩︎this issue

You can also specify a whole alternate NixOS repository:

{{issue|1|this nixos-artwork issue|nixos-artwork}}

🚩︎this nixos-artwork issue

Alternatively, you can specify any GitHub repository:

{{issue|repo=nix-community/home-manager|1|this home-manager issue}}

🚩︎this home-manager issue

Finally, you can bring your own link. However, try to use only repository issues with this template:

{{issue|link=https://codeberg.org/librewolf/issues/issues/10||this Librewolf issue on Codeberg}}

🚩︎this Librewolf issue on Codeberg