RFE: Support dummy interfaces
See original GitHub issueSupport dummy interfaces that can be created with nmcli like this:
nmcli con add type dummy ifname dummy0 ipv4.addresses 192.0.2.42/30
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Network assignment to dummy interface lost after vdsm restart
Description of problem: Building virtual interfaces for test cases based on dummy networks get lost in the engine after host reboot.
Read more >systemd-networkd creates extra interface with Kind=dummy
An extra interface is created with the name "dummy0" besides the "dmz0" dummy interface defined below. This happens only when Kind=dummy is ...
Read more >RFE: Team network interface support - RFCs - TheForeman
Foreman has native support for bridged, bond and VLAN interfaces. That includes provisioning on tagged VLAN and bond interfaces, everything is ...
Read more >Recursive feature elimination and dropping dummy features
Reason I am asking this is: in RFE we will eliminate some features which will also include dummy features and as per this...
Read more >The Dummy Interface
The dilemma with standalone hosts is that they only have a single network device active, the loopback device, which is usually assigned the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @salderma, there is a contributing guide here: https://github.com/linux-system-roles/network/blob/main/contributing.md
You could look at some of the closed PRs for other feature branches if you want some inspiration on where to start: https://github.com/linux-system-roles/network/pull/27 https://github.com/linux-system-roles/network/pull/159
updated here, https://github.com/linux-system-roles/network/pull/324