<div dir="ltr"><div><div><div><div><div><div><div><div>Hi All,<br><br></div>I have some containers that I create using lxc.create in python. These are privileged containers. I set their network configurations using:<br></div>container.network.add and container.set_config_item for the added network.<br><br></div>However when I load the container later in the same program context using lxc.Container(containerName) or <br></div>container in lxc.list_containers(as_object=True), I do not get the configurations that I set before in the object. I only get the configuration from the conf file. Not the ones that I set in the program.<br><br></div>The get_config_item("lxc.network") only returns one interface configuration(["veth"]) from the conf file. Where the output should have been (["veth", "veth"]).<br><br></div>Is there something that I am missing?<br><br></div>Thanks,<br></div>Heena<br></div>