Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[201911] Fix the frr start.sh jinja2 exception during docker start: #4958

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 13, 2020

  1. Fix the below frr start.sh jija2 exception in 201911 image syslog:

       File "/usr/local/bin/sonic-cfggen", line 380, in <module>
         main()
       File "/usr/local/bin/sonic-cfggen", line 354, in main
         print(template.render(data))
       File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 1090, in render
         self.environment.handle_exception()
       File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 832, in handle_exception
         reraise(*rewrite_traceback_stack(source=source))
       File "<template>", line 1, in top-level template code
       File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 471, in getattr
         return getattr(obj, attribute)
     jinja2.exceptions.UndefinedError: 'WARM_RESTART' is undefined
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    90d1436 View commit details
    Browse the repository at this point in the history