b4a652dfa5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11964 3c298f89-4303-0410-b956-a3cf2f4a3e73
57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
# babel config file
|
|
# Copyright (C) 2008 Juliusz Chroboczek, L. Aaron Kaplan
|
|
# <jch@pps.jussieu.fr> , <aaron@lo-res.org>
|
|
#
|
|
# This config file simply docuements sample entries.
|
|
# "redistribute" means: redistribute routes from other
|
|
# routing protocols into babel. "local" means addresses assigned to local interfaces.
|
|
#
|
|
# the default rules are:
|
|
#
|
|
## redistribute local
|
|
## redistribute deny
|
|
#
|
|
# this says, redistribute local addresses but no other routes
|
|
|
|
|
|
|
|
# redistribute IPv4 default route into babel
|
|
## redistribute local 0.0.0.0/0 le 0 metric 128
|
|
|
|
# same but for IPv6
|
|
## redistribute local ::/0 le 0 metric 128
|
|
|
|
# don't redistribute all local addresses, only selected ones
|
|
# after the first line, the "deny" rules kicks in. After the "deny"
|
|
# no redistribute local rules are going to match
|
|
## redistribute local ip 192.160.4.0/24
|
|
## redistribute local deny
|
|
# babel config file
|
|
# Copyright (C) 2008 Juliusz Chroboczek, L. Aaron Kaplan
|
|
# <jch@pps.jussieu.fr> , <aaron@lo-res.org>
|
|
#
|
|
# This config file simply docuements sample entries.
|
|
# "redistribute" means: redistribute routes from other
|
|
# routing protocols into babel. "local" means addresses assigned to local interfaces.
|
|
#
|
|
# the default rules are:
|
|
#
|
|
## redistribute local
|
|
## redistribute deny
|
|
#
|
|
# this says, redistribute local addresses but no other routes
|
|
|
|
|
|
|
|
# redistribute IPv4 default route into babel
|
|
## redistribute local 0.0.0.0/0 le 0 metric 128
|
|
|
|
# same but for IPv6
|
|
## redistribute local ::/0 le 0 metric 128
|
|
|
|
# don't redistribute all local addresses, only selected ones
|
|
# after the first line, the "deny" rules kicks in. After the "deny"
|
|
# no redistribute local rules are going to match
|
|
## redistribute local ip 192.160.4.0/24
|
|
## redistribute local deny
|