diff options
author | Pautina <pautina@kharkiv.net> | 2017-11-27 19:24:34 +0200 |
---|---|---|
committer | Pautina <pautina@kharkiv.net> | 2017-11-27 19:24:34 +0200 |
commit | b1e2b9b3adddabe92389a72a12985b7d0e9f9204 (patch) | |
tree | e580c52d4c5cadb9a98ca4d2f70f4e4b61b89a2a | |
parent | c02c2aaba6cd32530cd929746bb8a1befdea0d5b (diff) |
fix conflict zebra options with Quagga
-rw-r--r-- | routers/router.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/router.php b/routers/router.php index f46a4bf..6cf31dd 100644 --- a/routers/router.php +++ b/routers/router.php @@ -190,7 +190,6 @@ abstract class Router { return new Quagga($config, $router_config, $id, $requester); case 'frr': - case 'zebra': return new Frr($config, $router_config, $id, $requester); case 'vyatta': |