aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorgeoffroy desvernay <dgeo@centrale-marseille.fr>2023-06-01 06:43:42 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-06-02 06:47:11 +0000
commitd7272b56ac851a1e032199f3043fc7c9e2c4f1a3 (patch)
tree91c5fc8fe16531d2eed9516b0f5e8c0015622abc /UPDATING
parent67ce8cec004c85caeee5a6e965bd10f872e1b895 (diff)
downloadports-d7272b56ac851a1e032199f3043fc7c9e2c4f1a3.tar.gz
ports-d7272b56ac851a1e032199f3043fc7c9e2c4f1a3.zip
net-mgmt/netdisco: Update to 2.061001
While here, fix install instructions. New features: * ACLs portctl_no and portctl_only for limiting port control targets * Config setting portctl_nowaps to prevent port control on WAP ports * Feature to gather SNMP Walk, use as Pseudo Device, and Browse Objects * Added SSHCollector::Platform::ASAContext * new addpseudodevice worker action * option to display vlan names instead of numbers in device ports * renumber device option in the device details web page * add option in device ports sidebar to hide vlan 1002-1005 * Group Cisco subinterfaces in Device Ports view (like LAG) * add FortiOS SSH collector implementation from @jpvelders * make Port VLAN mismatch respect setting hiding VLAN 1002-1005 * make VLAN hiding and VLAN names configurable options and move to port properties sidebar section * new discover_routed_neighbors setting to skip adding next-hops for discovery * new setting macsuck_no_deviceport to ignore nodes on a device port * implement ignore_deviceports and hide_deviceports settings * implement multi tenancy with tenant_databases setting * add worker to collect various PortAccessEntity (NAC) attributes * API Endpoints to submit arpnip and macsuck results * custom fields on devices and ports in the web from config * sidebar support for custom reports with bind params; add show_sidebar setting * support for FQDN node search while domain_suffix is set; add fallback to IPv4 host lookup search * implement ignore_layers, force_macsuck, force_arpnip config settings Many bug fixes and enhancements too, see https://metacpan.org/dist/App-Netdisco/changes for full list PR: 271329 Reported by: einar@isnic.is
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 44b8585aca63..85e0e1134134 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20230531:
+ AFFECTS: users of net-mgmt/netdisco
+ AUTHOR: dgeo@centrale-marseille.fr
+
+ The netdisco user now needs a HOME and a shell.
+ For existing installs you will need to set
+ HOME to /usr/local/etc/netdisco and shell to /bin/sh.
+
+ For example in one shell line:
+ pw user mod netdisco -d /usr/local/etc/netdisco -s /bin/sh
+
20230526:
AFFECTS: users of mail/exim
AUTHOR: pi@FreeBSD.org