Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Indent diff cases #285

Open
wants to merge 2 commits into
base: indent_differ
Choose a base branch
from
Open

Indent diff cases #285

wants to merge 2 commits into from

Conversation

ubaumann
Copy link
Contributor

Add IPv6 use case

I didn't had time to fix the traffic-filter replacement issue.

running config

!
interface GigabitEthernet0/2
  no ip address
  ipv6 traffic-filter CISCO out
!

candidate

interface GigabitEthernet0/2
  ipv6 traffic-filter eigrp out

diff should be

interface GigabitEthernet0/2
-   ipv6 traffic-filter CISCO out
+  ipv6 traffic-filter eigrp out

diff is at the moment be

interface GigabitEthernet0/2
+  ipv6 traffic-filter eigrp out

The hole discussion: ubaumann#1

@dbarrosop dbarrosop self-requested a review August 13, 2017 08:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants