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

Add "terminal pager 0" as fallback command to disable pager #206

Closed
wants to merge 8 commits into from
Closed

Add "terminal pager 0" as fallback command to disable pager #206

wants to merge 8 commits into from

Commits on Apr 29, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
    pre-commit-ci[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c6bf082 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Fix NetworkTemplate import (#200)

    * Fix NetworkTemplate import
    
    * Also redirect is_masklen and to_netmask
    
    * This compat is not required anymore
    
    * Add 2.16 ignores file
    
    ---------
    
    Co-authored-by: nleiva <nicolasleiva@gmail.com>
    2 people authored and matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0b5a5d4 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#203)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.4.0](asottile/add-trailing-comma@v2.2.3...v2.4.0)
    - [github.com/psf/black: 22.6.0 → 23.3.0](psf/black@22.6.0...23.3.0)
    - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
    - [github.com/ansible-network/collection_prep: 1.0.0 → 1.1.1](ansible-network/collection_prep@1.0.0...1.1.1)
    
    * Pre-commit updates
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kate Case <this.is@katherineca.se>
    2 people authored and matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    33aee4a View commit details
    Browse the repository at this point in the history
  3. For the release prep of Cisco ASA collection with version 4.0.1 (#209)

    * release prep 401
    
    Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    2 people authored and matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    33a682b View commit details
    Browse the repository at this point in the history
  4. Replace uses of 192.0.3.0/24 with 198.51.100.0/24 (TEST-NET-2) (#130)

    * Replace uses of 192.0.3.0/24 with 198.51.100.0/24 (TEST-NET-2)
    
    See https://datatracker.ietf.org/doc/html/rfc5737#section-3 for more on
    why this particular block should be used instead
    
    * Add changelog
    
    * Swap one with TEST-NET-3 for coverage
    Qalthos authored and matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c56edba View commit details
    Browse the repository at this point in the history
  5. Add "terminal pager 0" as fallback command to disable pager

    In some devices, the "no terminal pager" command may be blocked due to internal security policies (as is the case in my situation). However, instead of disabling the pagination limit, I can set this limit to 0 with the "terminal pager 0" command, which achieves practically the same outcome.
    matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    20bc6c8 View commit details
    Browse the repository at this point in the history
  6. Add changelog

    matheuskshn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    342a163 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d393b1 View commit details
    Browse the repository at this point in the history