From 59730c534c69de2542b1f7fe8ebcb538e58ade24 Mon Sep 17 00:00:00 2001 From: Fisher Darling Date: Sun, 30 Oct 2022 17:37:13 +0100 Subject: [PATCH] small typos --- projects/alamesh/setting_up_bird.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/alamesh/setting_up_bird.md b/projects/alamesh/setting_up_bird.md index 9af52b1..5910000 100644 --- a/projects/alamesh/setting_up_bird.md +++ b/projects/alamesh/setting_up_bird.md @@ -257,11 +257,11 @@ Done! Adding a new peer just means adding a new file in the peers directory. # ROA Tables -Route origin authorization. This basically is a central list of who owns what routes and is allowed to send changes. -There's some crypto stuff you can do too, but that's really only important if we start letting people join arbitrarily. +ROA == Route Origin Authorization. This is basically a central list of who owns what routes and is allowed to send changes. +There's some crypto stuff you can do too, but that's only really important if we start letting arbitrary people join. There is a concern that one of us messes up the config and starts sending out bad routes, but we'll cross that bridge -when we get there (large outage lol). +when we get there (large outage lol). ROA tables might help prevent that. # What's Next