Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenIxia/IxNetwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: OpenIxia/IxNetwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 628 files changed
  • 7 contributors

Commits on Aug 4, 2021

  1. Create EVPN_NGPF.py

    jdebarr committed Aug 4, 2021
    Copy the full SHA
    2871f28 View commit details

Commits on Aug 24, 2021

  1. Minor cleanup

    hubogee committed Aug 24, 2021
    Copy the full SHA
    b1c5f4b View commit details
  2. Merge branch 'JeffDebarr'

    hubogee committed Aug 24, 2021
    Copy the full SHA
    0561d8c View commit details
  3. Rename file for consistency

    hubogee committed Aug 24, 2021
    Copy the full SHA
    5599e7b View commit details

Commits on Sep 17, 2021

  1. Adding sample scripts for restpy

    added scripts for BGP-EVPN-VPWS
    BGP-EVPN
    L3VPN ...
    dandelwa authored Sep 17, 2021
    Copy the full SHA
    5e091b7 View commit details

Commits on Sep 21, 2021

  1. Copy the full SHA
    4d1cdce View commit details

Commits on Oct 9, 2021

  1. Copy the full SHA
    178c4d3 View commit details

Commits on Jan 7, 2022

  1. Update Readme

    hubogee authored Jan 7, 2022
    Copy the full SHA
    2de63ed View commit details

Commits on May 3, 2022

  1. Merge pull request #129 from OpenIxia/Dhiraj-dev

    Adding sample scripts for restpy
    SubhajitPalKeysight authored May 3, 2022
    Copy the full SHA
    7623e05 View commit details

Commits on Mar 17, 2023

  1. Copy the full SHA
    ee18741 View commit details
  2. Removed junk files

    hubertgee committed Mar 17, 2023
    Copy the full SHA
    f6100f1 View commit details

Commits on Dec 7, 2023

  1. Copy the full SHA
    8652a5d View commit details

Commits on Mar 4, 2024

  1. RESTPy Sample scripts for Novus mini platform

    sumitdeb-git committed Mar 4, 2024
    Copy the full SHA
    dfa8be3 View commit details
  2. Merge pull request #143 from sumitdeb-git/Novusmini

    RESTPy Sample script for Novus mini platform
    SubhajitPalKeysight authored Mar 4, 2024
    Copy the full SHA
    0b88fa4 View commit details

Commits on Mar 5, 2024

  1. Updated sample scripts

    hubertgee committed Mar 5, 2024
    Copy the full SHA
    0fe0459 View commit details

Commits on Aug 2, 2024

  1. Copy the full SHA
    3c18f9d View commit details
Showing 628 changed files with 180,874 additions and 3,953 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*pycache*
*.pyc
*.log
Loading