Skip to content

Commit

Permalink
Fix juniper
Browse files Browse the repository at this point in the history
  • Loading branch information
meklis committed Sep 10, 2024
1 parent 0591057 commit d08f196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion configs/models/Juniper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ models:
- console
detect: {description: Juniper.*qfx51, objid: ^.1.3.6.1.4.1.2636.1.1.1.4.82 }
extra:
console_conn_type: alcatel
console_conn_type: junos
console_commands_after_connect:
- set cli screen-length 0
modules:
parse_interface: \SwitcherCore\Modules\JuniperSwitch\ParseInterface
# fdb: \SwitcherCore\Modules\JuniperSwitch\Fdb
Expand All @@ -26,3 +28,5 @@ models:
ctrl_port_state: \SwitcherCore\Modules\JuniperSwitch\StatePortControl
console_command: \SwitcherCore\Modules\JuniperSwitch\RawConsoleCommand
multi_console_command: \SwitcherCore\Modules\JuniperSwitch\MultiRawConsoleCommand


1 change: 0 additions & 1 deletion src/Modules/BDcom/UniInterfacesVlans.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function getPrettyFiltered($filter = [], $fromCache = false)
return parent::getPrettyFiltered($filter, $fromCache); // TODO: Change the autogenerated stub
}


function getPretty()
{
$data = [];
Expand Down

0 comments on commit d08f196

Please sign in to comment.