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

dev(more-agents) update readme #270

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ manipulated by LinK to simulate failover.
The best way is to use systemd to automate this setup:

```bash
for idx in 10 11 12 ; do
for idx in 10 11 12 13 14; do
echo "[NetDev]
Name=eth${idx}
Kind=dummy" | sudo tee "/etc/systemd/network/10-sc-dummy-eth${idx}.netdev"
Expand All @@ -145,7 +145,7 @@ Then run `systemctl restart systemd-networkd` to activate them immediately.

If you're not using Systemd or want to do the setup manually, the script
`hacks/setup_dummy_netlink_interfaces.sh` can be executed as root to manually
create `eth10`, `eth11` and `eth12`.
create `eth10`, `eth11`, `eth13`, `eth14` and `eth15`.

## Release a New Version

Expand Down