xref: /dpdk/app/test/test_cfgfiles/sample2.ini (revision 58bf7cb18f75f83d4a9cc5fb47211c22bef52bfb)
1# this is a global comment
2
3[section1]
4# this is section 1
5key1=value1
6
7[section2]
8# this is section 2
9#key1=value1
10key2=value2
11key3=value3 # this is key3
12ignore-missing-separator
13