TT#33030 Add sample how to append iproute2 in config.yml

Change-Id: I03c8ed56e3b5f00b4a54463848dd04a86492624e
changes/32/19532/2
Alexander Lutay 8 years ago
parent 952c57645e
commit ad5267a193

@ -450,6 +450,13 @@ Here you can find the most popular cases for YML configs modification:
ngcpcfg set /etc/ngcp-config/config.yml "sshd.listen_addresses.APPEND='1.2.3.4'"
# replace the first element in the array/hash:
ngcpcfg set /etc/ngcp-config/config.yml "sshd.listen_addresses.0='1.2.3.4'"
# add the list of hashes to iproute2 section:
ngcpcfg set /etc/ngcp-config/config.yml iproute2.rt_tables.APPEND='{"name","my_route","id",205}'
# iproute2:
# - rt_tables: []
# + rt_tables:
# + - id: 205
# + name: my_route
**show** [<change_id>]::

Loading…
Cancel
Save