From c7ace17936c980ff944f9964f5be60ebd5fe498c Mon Sep 17 00:00:00 2001 From: "Cain,Marcus" Date: Tue, 13 Jan 2026 11:08:39 -0500 Subject: [PATCH 1/3] Added hp_comware and its respective command to get its configuration Signed-off-by: Cain,Marcus --- netutils/lib_mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/lib_mapper.py b/netutils/lib_mapper.py index f0446161..8ae9da1a 100644 --- a/netutils/lib_mapper.py +++ b/netutils/lib_mapper.py @@ -323,6 +323,7 @@ "extreme_slx": "show running-config", "extreme_vsp": "show running-config", "fortinet": "show full-configuration", + "hp_comware": "display current-configuration", "hp_procurve": "show running-config", "juniper_junos": "show configuration | display set", "mikrotik_routeros": "/export", From 070b8da024338cc00d2cc3169f860c3c78bae91f Mon Sep 17 00:00:00 2001 From: "Cain,Marcus" Date: Tue, 27 Jan 2026 12:20:19 -0500 Subject: [PATCH 2/3] Updated markdown documentation after updating libmapper and added change fragment to describe the changes this PR introduces Signed-off-by: Cain,Marcus --- changes/793.added | 1 + docs/user/lib_mapper/running_config.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/793.added diff --git a/changes/793.added b/changes/793.added new file mode 100644 index 00000000..9e82df67 --- /dev/null +++ b/changes/793.added @@ -0,0 +1 @@ +Added hp_comware network driver to the RUNNING_CONFIG_MAPPER. \ No newline at end of file diff --git a/docs/user/lib_mapper/running_config.md b/docs/user/lib_mapper/running_config.md index 654063f6..fa7aeb55 100644 --- a/docs/user/lib_mapper/running_config.md +++ b/docs/user/lib_mapper/running_config.md @@ -15,6 +15,7 @@ | extreme_slx | → | show running-config | | extreme_vsp | → | show running-config | | fortinet | → | show full-configuration | +| hp_comware | → | display current-configuration | | hp_procurve | → | show running-config | | juniper_junos | → | show configuration | display set | | mikrotik_routeros | → | /export | From b24cbb6abdd39bb458d9c2e2be7419be1f1ee1e5 Mon Sep 17 00:00:00 2001 From: Marcus Cain Date: Tue, 27 Jan 2026 14:02:34 -0600 Subject: [PATCH 3/3] Update changes/793.added Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com> --- changes/793.added | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/793.added b/changes/793.added index 9e82df67..e0e2804c 100644 --- a/changes/793.added +++ b/changes/793.added @@ -1 +1 @@ -Added hp_comware network driver to the RUNNING_CONFIG_MAPPER. \ No newline at end of file +Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER. \ No newline at end of file