jech / babeld

The Babel routing daemon
http://www.irif.fr/~jch/software/babel/
MIT License
385 stars 92 forks source link

Same route announced twice? #81

Closed PolynomialDivision closed 3 years ago

PolynomialDivision commented 3 years ago

I have a config that looks like this:

config general
    option 'local_port' '33123'
    option ipv6_subtrees 'true'
        option ubus_bindings 'true'

config interface
        option ifname 'wlan0'

config filter
    option 'type'   'redistribute'
    option 'ip' '::/0'

config filter
    option 'type'   'redistribute'
    option 'ip' '0.0.0.0/0'
    option 'eq' '32'

However, now the routes look like this:

add xroute 10.12.1.101/32-0.0.0.0/0 prefix 10.12.1.101/32 from 0.0.0.0/0 metric 0
add xroute 10.13.1.101/32-0.0.0.0/0 prefix 10.13.1.101/32 from 0.0.0.0/0 metric 0
PolynomialDivision commented 3 years ago

Ah shit. Sorry wrong.

jech commented 3 years ago

Glad you could solve your problem :-)