Changeset 17c2f7b for fedkit/federate.pl


Ignore:
Timestamp:
May 25, 2012 4:41:57 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
9f4b3c6
Parents:
815cd26
Message:

Ubuntu wrouting using quagga

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/federate.pl

    r815cd26 r17c2f7b  
    170170    system("$perl /usr/local/federation/bin/gated_routing.pl")
    171171        if -r "/usr/local/federation/bin/gated_routing.pl";
     172    if ($?) {
     173        system("$perl /usr/local/federation/bin/quagga_routing.pl")
     174            if -r "/usr/local/federation/bin/quagga_routing.pl";
     175    }
    172176}
    173177elsif ($uname =~/FreeBSD/ ) {
Note: See TracChangeset for help on using the changeset viewer.