Skip to content

Releases: untangle/golang-shared

v1.5.4 - mfw-2339-save-confirmation-hangs

25 Oct 16:11
41c23d3
Compare
Choose a tag to compare
Merge pull request #74 from untangle/mfw-2339-save-confirmation-hangs

MFW-2339 Move saveLocker lock and remove defer in favor of explict un…

v1.5.3: MFW-2323 Update protobuff: add Sate field to Discovery Arp.

20 Oct 07:50
Compare
Choose a tag to compare

MFW-2323 - Use 'ip neigh' instead of 'arp' for arp host discovery implementation.

v1.5.1: Merge pull request #68 from untangle/MFW-2299-clean-device

06 Oct 20:54
06823bc
Compare
Choose a tag to compare
MFW-2299: Prune the in-memory device data in reportd

v1.4.5: Merge pull request #68 from untangle/MFW-2299-clean-device

06 Oct 20:51
06823bc
Compare
Choose a tag to compare
MFW-2299: Prune the in-memory device data in reportd

MFW-2307

04 Oct 14:52
d42a52f
Compare
Choose a tag to compare
MFW-2307 Ignore device updates where mac address is a broadcast. (#67)

* MFW-2307 Ignore device updates where mac address is a broadcast.

v1.4.3: Merge pull request #65 from untangle/MFW-2299-DeviceDiscovery

29 Sep 20:21
4b535d0
Compare
Choose a tag to compare

Added LastUpdate field in ARP, NMAP, LLDP and ConntrackConnections device discovery plugins

Added shared package for geo ip lookup to use both in packetd and restd

19 Sep 18:57
e7cebd8
Compare
Choose a tag to compare
Merge pull request #62 from untangle/geoip

MFW-2274: GeoIp lookup is not returning correct country

MFW-1885

16 Sep 20:52
53e330b
Compare
Choose a tag to compare

Added shared libraries needed to support the creation of a connection collector in discoverd.

MFW-1966

06 Sep 22:53
50787ae
Compare
Choose a tag to compare

Updated return types from discovery RPC calls.

Added Generic Caches

06 Sep 17:45
abf5a9b
Compare
Choose a tag to compare

Added generic Least Recently Used and Random Replacement caches. Also added a sweeper struct that can be used to sweep the caches on a timer.