Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Config Array Element

    Scheduled Pinned Locked Moved Development
    2 Posts 2 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      NOYB
      last edited by

      Why does [installedpackages] [unbound] [config] contain an additional offset zero [ 0 ] array element in the $config array, even though it does not seem to exist in the config xml?

      /etc/services.inc
      print_r ($config['installedpackages']['unbound']);

      
      Array ( [config] => Array ( [0] => Array ( [unbound_status] => on [active_interface] => lan [dnssec_status] => [forwarding_mode] => on [private_address] => [regdhcpstatic] => on [txtsupport] => [dumpcache] => [stats] => [stats_interval] => [cumulative_stats] => [extended_stats] => ) ) ) 
      
      

      Config XML:

      
       <pfsense><version>8.0</version>
      	.
      	.
      	.
      	 <installedpackages><package><name>Unbound</name>
      			.
      			.
      			.</package> 
      		 <unbound><config><unbound_status>on</unbound_status>
      				.
      				.
      				.</config></unbound> 
      		.
      		.
      		.</installedpackages></pfsense> 
      
      
      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        All packages work that way. <config>is an array inside of a package like that. It's interpreted by the XML parser as an array, so it gets an array index.

        Some packages have multiple configs (multiple tabs, etc) and rely on that.</config>

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.