Skip to content

Commit

Permalink
[#1588] add new kea hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pzadroga committed Dec 6, 2024
1 parent 2816a39 commit e58e93c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webui/src/app/kea-app-tab/kea-app-tab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ export class KeaAppTabComponent implements OnInit, OnDestroy {
'libdhcp_user_chk.so': 'user-chk-user-check',
'libdhcp_ping_check.so': 'ping-check-so-ping-check',
'libdhcp_perfmon.so': 'perfmon',
'libdhcp_mysql.so': 'dhcp_mysql', // added in Kea 2.7.4
'libdhcp_pgsql.so': 'dhcp_pgsql', // added in Kea 2.7.4
'libdhcp_rbac.so': 'dhcp_rbac', // added in Kea 2.7.2
}

/**
Expand Down

0 comments on commit e58e93c

Please sign in to comment.