properties: support multiple 'remote' values when importing/exporting
authorJiří Klimeš <jklimes@redhat.com>
Mon, 4 Feb 2013 14:44:17 +0000 (15:44 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Mon, 4 Feb 2013 14:52:02 +0000 (15:52 +0100)
commitb6e780fd738041380bd9d4bedc7d0bc5fc962b2c
tree3876523ad7e16b4d0f508cb76240d944aa178575
parentb079831fb9c62e2b360253439ebb5a7a68085307
properties: support multiple 'remote' values when importing/exporting

Basically that should have been added together with cb81bdcea8b043ee8890cf930d88c9e30fc28612.
Note we still doesn't support multiple ports. So when exporting we get:
remote gatewayA 1234
remote gatewayB 1234
remote gatewayC 1234
On import, port from the last 'remote' line is taken.
remote gatewayA 1111
remote gatewayB 2222
remote gatewayC 3333
will result in using port 3333
properties/import-export.c