- 
                Notifications
    You must be signed in to change notification settings 
- Fork 125
Fix no cdp enable #999
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
          
     Merged
      
      
    
  
     Merged
                    Fix no cdp enable #999
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            32 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      2bed003
              
                fix no cdp
              
              
                nickbhasin bf4887d
              
                chore: auto fixes from pre-commit.com hooks
              
              
                pre-commit-ci[bot] c674b0d
              
                fix changelog
              
              
                nickbhasin dcecdd0
              
                fix changelog
              
              
                nickbhasin f403e90
              
                chore: auto fixes from pre-commit.com hooks
              
              
                pre-commit-ci[bot] e2fee37
              
                fix changelog
              
              
                nickbhasin d67768e
              
                fix changelog
              
              
                nickbhasin 78e5684
              
                fix integration tc
              
              
                nickbhasin b85dbf5
              
                chore: auto fixes from pre-commit.com hooks
              
              
                pre-commit-ci[bot] bb11a5d
              
                tc fiix
              
              
                nickbhasin 5590879
              
                remove fix
              
              
                nickbhasin a571bea
              
                chore: auto fixes from pre-commit.com hooks
              
              
                pre-commit-ci[bot] a5ada0c
              
                increased timeout
              
              
                nickbhasin 32fa577
              
                fix integration tc
              
              
                nickbhasin cc1862e
              
                integration tcs
              
              
                nickbhasin 989a4fe
              
                fix tc
              
              
                nickbhasin 3e46b6e
              
                fix tc
              
              
                nickbhasin 0bcdae0
              
                fix tc
              
              
                nickbhasin afb29de
              
                fix tc
              
              
                nickbhasin 4bd0218
              
                fix tc
              
              
                nickbhasin 315074e
              
                temp change
              
              
                nickbhasin c1a841a
              
                temp deletion
              
              
                nickbhasin 39311c7
              
                fix tc
              
              
                nickbhasin 46bcabd
              
                fix tc
              
              
                nickbhasin be6adee
              
                fix tc
              
              
                nickbhasin 2409829
              
                temp removal of tc
              
              
                nickbhasin a9b8dc4
              
                re add deleted files
              
              
                nickbhasin 2705b1a
              
                revert name change
              
              
                nickbhasin 99e9a00
              
                remove unnecesarry changes
              
              
                nickbhasin d529018
              
                rebase main
              
              
                nickbhasin d4f396f
              
                added assertions
              
              
                nickbhasin 5ca3389
              
                Merge branch 'main' into cdp_changes
              
              
                nickbhasin File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| bugfixes: | ||
| - cisco.nxos.nxos_l2_interfaces - Fix cdp_enable config parsing. | ||
| - cisco.nxos.nxos_l3_interfaces - Improved the code logic for handling redirects. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
          
            13 changes: 11 additions & 2 deletions
          
          13 
        
  tests/integration/targets/nxos_l2_interfaces/tests/common/_remove_config.yaml
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,9 +1,18 @@ | ||
| --- | ||
| - name: Cleanup | ||
| ignore_errors: true | ||
| when: ansible_connection == 'ansible.netcommon.network_cli' | ||
| cisco.nxos.nxos_config: | ||
| lines: | ||
| - "default interface {{ nxos_int1 }}" | ||
| - "default interface {{ nxos_int2 }}" | ||
| vars: | ||
| ansible_connection: ansible.netcommon.network_cli | ||
|  | ||
| - name: Cleanup for httpapi | ||
| when: ansible_connection == 'ansible.netcommon.httpapi' | ||
| ignore_errors: true | ||
| cisco.nxos.nxos_config: | ||
| lines: | ||
| - "{{ item }}" | ||
| loop: | ||
| - "default interface {{ nxos_int1 }}" | ||
| - "default interface {{ nxos_int2 }}" | ||
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  tests/integration/targets/nxos_l2_interfaces/tests/common/empty_config.yaml
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.