From 43cf98059063ac2a978f269c029ab3e23f82d6ec Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sun, 13 Dec 2015 00:21:37 +0100 Subject: [PATCH] bgp-contd: indenting fix --- bgp-contd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgp-contd/README.md b/bgp-contd/README.md index abc2034..d9121be 100644 --- a/bgp-contd/README.md +++ b/bgp-contd/README.md @@ -310,7 +310,7 @@ Instead of disabling a whole BGP session between routers to stop using a particu 1 ebgp_r20.r11 (2001:db8:10:6::11) 0.073 ms 0.019 ms 0.018 ms 2 lo.r10 (2001:db8:10::10) 0.320 ms 0.268 ms 0.245 ms - * Notice that this is actually a stupid way to prefer specific routes for traffic, because by disabling BGP sessions or by not announcing or not accepting routes, we reduce redundancy in the network, because the disabled paths also do not function as less-preferable path any more. See BGP route selection below for more thoughts about this. + * Notice that this is actually a stupid way to prefer specific routes for traffic, because by disabling BGP sessions or by not announcing or not accepting routes, we reduce redundancy in the network, because the disabled paths also do not function as less-preferable path any more. See BGP route selection below for more thoughts about this. ## Bonus material