Skip to content

Commit c00464e

Browse files
authored
Update expressroute-config-samples-routing.md
1 parent 9d1c10f commit c00464e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/expressroute/expressroute-config-samples-routing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ Configure your router to advertise select prefixes to Microsoft by using the fol
171171
policy-statement <Policy_Name> {
172172
term 1 {
173173
from protocol OSPF;
174-
route-filter <Prefix_to_be_advertised/Subnet_Mask> exact;
174+
route-filter
175+
<Prefix_to_be_advertised/Subnet_Mask> exact;
175176
then {
176177
accept;
177178
}
@@ -200,7 +201,7 @@ You can use route maps and prefix lists to filter prefixes propagated into your
200201
policy-statement <MS_Prefixes_Inbound> {
201202
term 1 {
202203
from {
203-
prefix-list MS_Prefixes;
204+
prefix-list MS_Prefixes;
204205
}
205206
then {
206207
accept;

0 commit comments

Comments
 (0)