Closed rjoensen closed 1 year ago
Unfortunately, RPL code is just modelled as a single string. To get the string right, you can configure the object via CLI and then run sh run ... | json unified-model
to display the modelled configuration. If you copy&paste the RPL string to your TF config it should no longer detect a config drift.
Hello,
This helped clean up the config drift issues and fixed my problem. Thank you very much!
Best wishes, rjoensen
Hello,
Every time you work with iosxr_prefix_set it appears that it attempts to delete whatever is already setup, and recreate it. I know this is something that happens when you work within IOS-XR by configuration mode, but maybe this can be resolve so that if the data coming from the router is the same as what is in the tfstate and config, it shouldn't have to go through and delete and re-create.
Best wishes, rjoensen