> Is there a right way to not announce ipv4 routes through a natted
> interface, but announce ipv6?

In standalone Babel (untested):

  out if eth42 ip 0.0.0.0/0 deny

(The part between "out" and "deny" is a list of keyword/value pairs, so
it should be read as "when if=eth42 and ip is in 0.0.0.0/0".)

In Quagga (untested):

  access-list no-ipv4 deny any

  router babel
    distribute-list no-ipv4 out eth42

-- Juliusz

    
    

  

_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to