25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
diversity true
|
|
interface crxn0 enable-timestamps true link-quality true
|
|
|
|
#
|
|
# Redistributions
|
|
#
|
|
|
|
redistribute local deny
|
|
|
|
# Only learn CRXN routes
|
|
in ip 10.0.0.0/8 ge 8 allow
|
|
in ip 0.0.0.0/0 ge 0 deny
|
|
|
|
in ip fd8a:6111:3b1a::/48 ge 48 allow
|
|
in ip ::/0 ge 0 deny
|
|
|
|
# Disable IPv4, range already taken by private network
|
|
install ip 10.0.0.0/8 ge 8 deny
|
|
|
|
# Redistribute all CRXN
|
|
redistribute ip fd8a:6111:3b1a::/48 ge 48
|
|
|
|
# Redistribute Freeloaders CRXN
|
|
redistribute ip 2a04:5b81:2050::/44 ge 44
|