fixing sed escape bug

This commit is contained in:
toby 2018-11-06 18:42:11 +01:00
parent d6566cff38
commit f7738182af
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ case "$1" in
EOF
FRR_BASTION="${FRR_BASTION}ip prefix-list ANY permit 0.0.0.0/0 le 32\n"
FRR_BASTION="${FRR_BASTION}ip prefix-list ANY permit 0.0.0.0\/0 le 32\n"
FRR_BASTION="${FRR_BASTION}route-map BASTION permit 10\n"
FRR_BASTION="${FRR_BASTION} match ip address prefix-list ANY\n"
FRR_BASTION="${FRR_BASTION} set src ${PUBLICLOIP}\n"