bird: /etc/bird/bird.conf:116:5 syntax error, unexpected EXPORT

This commit is contained in:
sump pump 2020-05-20 23:54:30 +00:00
parent cadbcca75c
commit 9002d03cd8

View File

@ -110,11 +110,11 @@ template bgp lixonet_client {
# as they are exported to the BGP session. # as they are exported to the BGP session.
# Thank-you, BIRD <3 - mane and nurd # Thank-you, BIRD <3 - mane and nurd
aigp ${bgp_aigp:-originate}; aigp ${bgp_aigp:-originate};
};
# Set filters for both exported (sent) and imported (received) BGP prefixes. # Set filters for both exported (sent) and imported (received) BGP prefixes.
export lixonet_export; export lixonet_export;
import lixonet_import; import lixonet_import;
};
}; };
# Neighbors # Neighbors