Ondrej Feela Filip <feela@ipex.cz> writes:
On 25 Feb 2001, David Rohleder wrote:
Hello,
Hello,
is there a chance to use both OSPF for IPv4 and IPv6 with another protocol (as OSPFv3 is not implemented yet)?
Nope. :-( OSPFv3 is not implemented. I plan to implement it.
Sorry, but i don't want OSPFv3, but OSPFv2 for IPv4 and another protocol for IPv6. This piece of code is self explaining: if test "$enable_ipv6" = yes ; then ip=ipv6 if test "$with_protocols" = all ; then with_protocols=bgp,pipe,rip,static fi else ip=ipv4 if test "$with_protocols" = all ; then with_protocols=bgp,ospf,pipe,rip,static fi fi but I can't see any reason for this. Hmmm, when I enable IPv6, then IPv4 is disabled? Why? -- ------------------------------------------------------------------------- David Rohleder davro@ics.muni.cz Institute of Computer Science, Masaryk University Brno, Czech Republic -------------------------------------------------------------------------
Hello!
Sorry, but i don't want OSPFv3, but OSPFv2 for IPv4 and another [snip] but I can't see any reason for this.
Hmmm, when I enable IPv6, then IPv4 is disabled? Why?
The reason is that Linux/IPv4 and Linux/IPv6 are two substantially different ports. Unless you want to exchange routes between IPv4 and IPv6 which is very unlikely, you can run two separate instances of bird, one for IPv4 and one for IPv6. Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth There is no place like ~
participants (2)
-
David Rohleder -
Martin Mares