Changeset 5571805 for networking


Ignore:
Timestamp:
06/27/2023 08:11:00 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
252df78
Parents:
057e7a1
Message:

Fix a naming issue on the kea-dhcp4.conf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/kea.xml

    r057e7a1 r5571805  
    357357
    358358      <para>
    359         A sample configuration file is created in <filename>/etc/kea/kea-dhcpd4.conf</filename>.
     359        A sample configuration file is created in <filename>/etc/kea/kea-dhcp4.conf</filename>.
    360360        Adjust the file to suit your needs or overwrite it by using
    361361        the following sample as the <systemitem class="username">root</systemitem>
     
    363363      </para>
    364364
    365 <screen role="nodump" ><userinput>cat &gt; /etc/kea/kea-dhcpd4.conf &lt;&lt; "EOF"
    366 <literal>// Begin /etc/kea/kea-dhcpd4.conf
     365<screen role="nodump" ><userinput>cat &gt; /etc/kea/kea-dhcp4.conf &lt;&lt; "EOF"
     366<literal>// Begin /etc/kea/kea-dhcp4.conf
    367367{
    368368  "Dhcp4": {
     
    442442  }
    443443}
    444 // End /etc/kea/kea-dhcpd4.conf</literal>
     444// End /etc/kea/kea-dhcp4.conf</literal>
    445445EOF</userinput></screen>
    446446
     
    448448        The configuration for IPv6 is similar to the configuration
    449449        of IPv4. The configuration file is
    450         <filename>/etc/kea/kea-dhcpd6.conf</filename>.
     450        <filename>/etc/kea/kea-dhcp6.conf</filename>.
    451451      </para>
    452452
Note: See TracChangeset for help on using the changeset viewer.