21 lines
698 B
YAML
21 lines
698 B
YAML
# This defines a set of tools that are useful for configuring, debugging,
|
|
# or manipulating the network of a system. It is desired to keep this list
|
|
# generic enough to be shared downstream with RHCOS.
|
|
|
|
packages:
|
|
# Interactive Networking configuration during coreos-install
|
|
- NetworkManager-tui
|
|
# Support for cloud quirks and dynamic config in real rootfs:
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/320
|
|
- NetworkManager-cloud-setup
|
|
# Route manipulation and QoS
|
|
- iproute iproute-tc
|
|
# Firewall manipulation
|
|
- iptables nftables
|
|
# Interactive network tools for admins
|
|
- socat net-tools bind-utils
|
|
|
|
exclude-packages:
|
|
# We use NetworkManager
|
|
- systemd-networkd
|