Oliver Gorwits
f7f2d2088b
#81 avoid DEPRECATED single warning from DBIC
2019-12-22 09:07:12 +00:00
Oliver Gorwits
7f65d6afdc
fix file endling
2019-09-23 14:00:28 +01:00
Christian Ramseyer
8ffdff3bbc
Add speed_admin to device ports tab ( #650 ) ( #653 )
...
* Add speed_admin to device ports tab (#650 )
* move from device_port_properties to device_port table, and tidy up
2019-09-23 13:58:26 +01:00
Christian Ramseyer
26960bdd34
Fix potential crash in Discover/Properties::_get_ipv6_aliases
...
* On e.g. Cisco N9K, ipv6 objects can be returned undef which crashes the ip alias discovery with `Can't use an undefined value as a HASH reference at .../Discover/Properties.pm line 346.`
* Discovery continues but leaves device_ip empty, which in turn makes device->neighbor non-functional
* Fixed by adding various `$snmp->x || {}` safeguards
2019-09-20 13:52:34 +02:00
Christian Ramseyer
8edbd515e7
Store i_speed_admin ( #650 )
2019-09-19 14:11:04 +02:00
pyro3d
73e9f0bf0d
Add DOCSIS/Cable Modem Discovery ( #646 )
...
* Add DOCSIS/Cable Modem Discovery
2019-09-18 16:19:18 -07:00
nick n
d31cae99bc
typo
2019-08-17 10:32:13 +02:00
Oliver Gorwits
2c138a5690
#581 skip storing and displaying fabricated vlan 0
2019-05-30 06:58:34 +01:00
Oliver Gorwits
731eb765b1
fix strange interaction between CORE::sort and List::MoreUtils::uniq
2019-04-03 14:34:09 +01:00
Oliver Gorwits
db71fffe54
refactor to try device port vlan update again
2019-04-02 15:31:20 +01:00
Oliver Gorwits
223c616cb0
better var names and change logic to skip port
2019-04-01 23:15:44 +01:00
Oliver Gorwits
b22c32a578
better sql update, fixed worker return, better logic on vlans
2019-04-01 22:36:35 +01:00
Oliver Gorwits
a6e7943c03
#528 record egress untagged vlans in device_port_vlan table
2019-04-01 14:38:27 +01:00
Oliver Gorwits
8c974fd256
#549 clean manual topology after device ports change
2019-04-01 13:23:51 +01:00
pyro3d
7be03b6882
Add IS-IS Support ( #548 )
...
* Add IS-IS Support
* closing brace for unless needs to be moved i think
* Remove isis_routers from Routed.pm
* bump snmp::info to 3.66
which is needed for isis support.
2019-03-25 14:42:58 +00:00
Oliver Gorwits
0c98318a45
#526 fix discover syntax bug
2019-03-04 09:57:18 +00:00
Oliver Gorwits
b83e614c85
make discover_{phones,waps} work with LLDP capabilities as well
2019-03-03 13:00:43 +00:00
Oliver Gorwits
189d234b55
check discover_no_type and friends earlier on in neighbors list build
2019-03-03 12:49:17 +00:00
Oliver Gorwits
2bae91f1b6
rename match_devicetype() to match_to_setting()
2019-03-03 12:01:34 +00:00
Oliver Gorwits
1265bc8470
#520 catch slave ports defined without a master
2019-03-02 14:52:21 +00:00
ram
c2600ac550
Change location of ifindex to DevicePortProperties
...
* instead of DevicePort
* as requested by Oliver in PR #513 review
2019-02-23 15:26:38 +01:00
ram
24a7e80470
PR for #510 - store ifindex in device_port
2019-02-23 15:26:38 +01:00
nick n
98a5e2c407
#479 part 2, use debug logging instead of info ( #480 )
...
#479 part 2, use debug instead of info logging.
2 whitespace cleanups also included, as well as rewording props -> properties like in the rest of portproperties.pm
2019-01-08 01:50:21 +01:00
Oliver Gorwits
7f1074ff84
#479 attempt better cache control for device ports
2019-01-07 22:47:13 +00:00
Oliver Gorwits
7811c32147
fix cached ports list which needs to be complete rows for Neighbors.pm to work
2019-01-03 22:56:17 +00:00
Oliver Gorwits
ccb0f0c78a
#475 fix discover plugins do not respect ignore* config
2019-01-02 22:36:59 +00:00
Oliver Gorwits
3769b7b66b
fix to the fix for ospf_routers discovery
2019-01-02 20:56:41 +00:00
Oliver Gorwits
6a986783e4
fix to the fix for ospf_routers discovery
2019-01-02 20:54:50 +00:00
Oliver Gorwits
505b7b5625
#471 fix bug in checking if there are OSPF router IDs to poll
2019-01-02 20:21:34 +00:00
Oliver Gorwits
b445d237e4
#471 OSPF Neighbor Discovery by router ID
2018-12-28 17:32:40 +00:00
nick n
8aed736925
ignore notpresent interfaces, with type filtering config item (set to [] to not filter). work done by postilion/nic bernstein, filter by me. also includes trailing space fix by nic. ( #464 )
2018-12-28 16:08:40 +00:00
Oliver Gorwits
13d5f04465
#419 "neigh - discrepancy in IP" due to differences in IPv6 formatting
2018-06-08 10:56:16 +01:00
Oliver Gorwits
0d8cd3e764
#411 store_modules: false is ignored
2018-05-05 16:12:43 +01:00
Oliver Gorwits
cddbf44916
do not enqueue the same routed peer more than once
2018-04-28 11:40:58 +01:00
Eric A. Miller
8d1fb71c76
#401 Autodiscovery via EIGRP peers
2018-04-19 00:16:56 -04:00
Oliver Gorwits
b36a9e5699
#392 fix heuristic neighbour detection
2018-04-18 21:27:02 +01:00
Oliver Gorwits
454ededa46
Revert " #380 attempt to resolve port name when it is given wrong"
...
This reverts commit f4a143612b .
2018-04-10 21:03:10 +01:00
Oliver Gorwits
08a5652ae0
Revert "save a device_port lookup"
...
This reverts commit d19b2fac93 .
2018-04-10 20:58:07 +01:00
Oliver Gorwits
67ee1808b6
Revert "better way to construct short interface name"
...
This reverts commit 8bcfaf12d0 .
2018-04-10 20:58:06 +01:00
Oliver Gorwits
00f3f2a796
Revert "work for shortening or lengthening ports"
...
This reverts commit 9d48c4a025 .
2018-04-10 20:58:05 +01:00
Oliver Gorwits
52e14aeeeb
Revert "no need for quotemeta"
...
This reverts commit 9339c1a2ce .
2018-04-10 20:58:02 +01:00
Oliver Gorwits
9339c1a2ce
no need for quotemeta
2018-04-09 23:15:58 +01:00
Oliver Gorwits
9d48c4a025
work for shortening or lengthening ports
2018-04-09 23:05:17 +01:00
Oliver Gorwits
8bcfaf12d0
better way to construct short interface name
2018-04-09 22:58:23 +01:00
Oliver Gorwits
d19b2fac93
save a device_port lookup
2018-04-08 13:22:52 +01:00
Oliver Gorwits
87d42eacac
enforce single row return
2018-04-07 23:24:53 +01:00
Oliver Gorwits
f4a143612b
#380 attempt to resolve port name when it is given wrong
2018-04-07 23:17:23 +01:00
Oliver Gorwits
3ae4eabd39
#12 store Cisco PortFast status in device_port_properties:faststart
2018-03-21 10:53:09 +00:00
Oliver Gorwits
7529a93501
#382 invaid regexp syntax
2018-03-20 10:10:41 +00:00
Oliver Gorwits
938b375df6
#381 LLDP port name is space compressed
2018-03-19 18:22:45 +00:00