yini101
yini101
Remove isis_lsp_lifetime_interval_requires_lsp_refresh_interval deviation from: 1. proto/metadata.proto 2. feature/experimental/isis/otg_tests/isis_interface_passive_test/metadata.textproto 3. feature/experimental/isis/otg_tests/isis_interface_level_passive_test/metadata.textproto 4. feature/experimental/isis/otg_tests/isis_metric_style_wide_not_enabled_test/metadata.textproto 5. feature/experimental/isis/otg_tests/isis_interface_hello_padding_enable_test/metadata.textproto 6. feature/experimental/isis/otg_tests/isis_change_lsp_lifetime_test/metadata.textproto
Remove the deviation 'bgp_conditions_match_community_set_unsupported' and update the way to create match-community-set.
RT-7.11: Remove deviation skip_prefix_set_mode
Remove deviation bgp_conditions_match_community_set_unsupported
Add a new deviation `match_link_bandwidth_regex_diff_prefix` to change the `linkbw_any` regex matching as it might be different per device. Update the test to use `BgpPolicy_BgpSetCommunityOptionType_REPLACE` instead of `REMOVE` then `ADD` the...
* Add deviation default_no_igp_metric_propagation for default behavior of not propagating IGP metric by default. * Add Arista specific CLI for propagating IGP metric * Fix up test usage of `BgpCommunitySetRefsUnsupported`...
RT-2.14: Add deviation isis_mpls_unsupported
Remove AddPath config from ATE since it's not used in the test
BGP community members are able to represent as uint32, string, and regex form. However, due to the fact that regex and string form cannot be differentiated, it makes it difficulty...