Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Wiki
Route_server_with_community_based_filtering_and_single_RIB
Route_server_with_community_based_filtering_and_single_RIB
· Changes
Page history
Add Related software wiki page
authored
Feb 21, 2014
by
Ondřej Filip
Hide whitespace changes
Inline
Side-by-side
Route_server_with_community_based_filtering_and_single_RIB.markdown
View page @
eb7c7a73
...
...
@@ -79,17 +79,6 @@ Here is the configuration example:
table master sorted;
####
# Protocol templates
template bgp PEERS {
local as myas;
import all;
export all;
route limit 10000;
rs client;
}
####
# Configuration of BGP peer follows
...
...