Module: kamailio Branch: 6.1 Commit: 954fa3e218916e3a6847d51930ba066cc6672ad9 URL: https://github.com/kamailio/kamailio/commit/954fa3e218916e3a6847d51930ba066cc6672ad9
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-06-09T14:29:12+02:00 ipops: fix typo on detailed_ip_type() documentation (cherry picked from commit 1ddf352ca2b1a56fabc8be5c1826e99b8a13c6c8) --- Modified: src/modules/ipops/doc/ipops_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/954fa3e218916e3a6847d51930ba066cc6672ad9.diff Patch: https://github.com/kamailio/kamailio/commit/954fa3e218916e3a6847d51930ba066cc6672ad9.patch --- diff --git a/src/modules/ipops/doc/ipops_admin.xml b/src/modules/ipops/doc/ipops_admin.xml index 912d953c9fe..ac0be1f1119 100644 --- a/src/modules/ipops/doc/ipops_admin.xml +++ b/src/modules/ipops/doc/ipops_admin.xml @@ -383,7 +383,7 @@ switch($rc) { <para> <itemizedlist> <listitem> - <emphasis> IPv4 </emphasis> - PUBLIC, RIVATE, SHARED, LOOPBACK, LINK-LOCAL, RESERVED, TEST-NET, 6TO4-RELAY, MULTICAST, BROADCAST + <emphasis> IPv4 </emphasis> - PUBLIC, PRIVATE, SHARED, LOOPBACK, LINK-LOCAL, RESERVED, TEST-NET, 6TO4-RELAY, MULTICAST, BROADCAST </listitem> <listitem> <emphasis> IPv6 </emphasis> - UNSPECIFIED, LOOPBACK, IPV4MAP, RESERVED, DISCARD, GLOBAL-UNICAST, TEREDO, BMWG, DOCUMENTATION, ORCHID, 6TO4, UNIQUE-LOCAL-UNICAST, LINK-LOCAL-UNICAST, MULTICAST _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
