Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/cisco_node_utils/cmd_ref/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fabric_forwarding:
set_value: "feature fabric forwarding"

fex:
_exclude: [C3064, C3132, N5k, N6k, N3k-F, N9k-F]
_exclude: [C3048, C3064, C3132, N5k, N6k, N3k-F, N9k-F]
get_command: "show feature-set"
get_value: '/^fex[\s\d]+(\w+)/'
set_value: "<state> feature-set fex"
Expand Down
4 changes: 2 additions & 2 deletions lib/cisco_node_utils/command_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ def debug(text)
puts "DEBUG: #{text}" if @@debug
end

KNOWN_PLATFORMS = %w(C3064 C3132 C3172 N35 N3k N3k-F N5k N6k N7k N9k N9k-F
XRv9k)
KNOWN_PLATFORMS = %w(C3048 C3064 C3132 C3172 N35 N3k N3k-F N5k N6k N7k N9k
N9k-F XRv9k)

def self.platform_to_filter(platform)
if KNOWN_PLATFORMS.include?(platform)
Expand Down
2 changes: 2 additions & 0 deletions spec/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mapping:
- 'ios_xr'
- 'nexus'
# Product IDs
- 'C3048'
- 'C3064'
- 'C3132'
- 'C3172'
Expand All @@ -31,6 +32,7 @@ mapping:
# Platform and product filters
ios_xr: *base
nexus: *base
C3048: *base
C3064: *base
C3132: *base
C3172: *base
Expand Down