Skip to content

Commit

Permalink
Refactor: Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Oct 12, 2023
1 parent 1cb0f5c commit b9e7306
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ interface Dps1
ip address 192.168.42.42/24
tcp mss ceiling ipv4 666 ipv6 666 ingress
load-interval 42
```
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface Dps1
ip address 192.168.42.42/24
tcp mss ceiling ipv4 666 ipv6 666 ingress
load-interval 42

!
interface Management1
description oob_management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dps_interfaces:
ipv6: 666
direction: ingress
# This is a dummy command
eos_cli: |
eos_cli: |-
load-interval 42
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dns": "DNS",
"dot1br": "dot1br",
"dot1x": "dot1x",
"dps": "DPS",
"dr": "DR",
"dscp": "DSCP",
"eos": "EOS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
"name"
]
},
"title": "Dps Interfaces"
"title": "DPS Interfaces"
},
"dynamic_prefix_lists": {
"type": "array",
Expand Down

0 comments on commit b9e7306

Please sign in to comment.