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

Junos get_config patch #2150

Commits on Oct 22, 2024

  1. Rudimentary support for json format juniper get_config

    If no format attribute is specified get_config returns config as a plain text, but in json is specified, it returns a dict. 
    Probably it still needs further polishing. e.g I cast it to a str, but maybe i could stay as dict.  It's my first pull request ever, Sorry if I messed something up.
    SenorRodriguez authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    776bfb1 View commit details
    Browse the repository at this point in the history
  2. Update junos.py

    SenorRodriguez authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4bbc187 View commit details
    Browse the repository at this point in the history