Skip to content

Commit

Permalink
added arista specific deviations (openconfig#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
self-maurya committed May 8, 2024
1 parent 63cc0ec commit afe4b12
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ platform_exceptions: {
missing_isis_interface_afi_safi_enable: true
}
}

platform_exceptions: {
platform: {
vendor: ARISTA
}
deviations: {
interface_enabled: true
default_network_instance: "default"
omit_l2_mtu: true
static_protocol_name: "STATIC"
isis_interface_afi_unsupported: true
isis_instance_enabled_required: true
missing_value_for_defaults: true
skip_isis_set_level: true
skip_setting_disable_metric_propagation: true
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package static_route_isis_redistribution_test_test
package static_route_isis_redistribution_test

import (
"context"
Expand Down

0 comments on commit afe4b12

Please sign in to comment.