Lines Matching +full:de +full:- +full:be
2 # SPDX-License-Identifier: GPL-2.0
99 log_test "vxlan device - valid configuration"
116 log_test "vxlan device with a vlan-aware bridge"
356 log_test "multiple vxlan devices - valid configuration"
494 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
498 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
501 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
504 log_test "vxlan entry offload indication - initial state"
510 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 master
512 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
515 log_test "vxlan entry offload indication - after removal from bridge"
521 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 master static
523 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
526 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
529 log_test "vxlan entry offload indication - after re-add to bridge"
535 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self
537 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
540 log_test "vxlan entry offload indication - after removal from vxlan"
546 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self dst $LOCAL_IP_2
548 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
551 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
554 log_test "vxlan entry offload indication - after re-add to vxlan"
556 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self master
583 log_test "vxlan decap route - vxlan device down"
597 log_test "vxlan decap route - vxlan device up"
611 log_test "vxlan decap route - add local route"
631 log_test "vxlan decap route - local ports enslavement"
645 log_test "vxlan decap route - bridge device deletion"
669 log_test "vxlan decap route - vxlan device deletion"
699 bridge fdb show dev vxlan0 | grep $mac | grep -q self
705 bridge fdb show dev vxlan0 | grep $zmac | grep -q self
717 bridge fdb show dev vxlan0 | grep $mac | grep -q master
741 log_test "offload indication - attach vxlan first"
747 log_test "offload indication - set vxlan down"
753 log_test "offload indication - set vxlan up"
755 if [[ ! -z $vid ]]; then
760 log_test "offload indication - delete VLAN"
766 log_test "offload indication - add tagged VLAN"
772 log_test "offload indication - add pvid/untagged VLAN"
778 log_test "offload indication - detach port"
813 log_test "offload indication - attach vxlan last"
835 log_info "offload indication - replay & cleanup"
860 log_test "vlan-aware - enslavement to vlan-aware bridge"
869 log_test "vlan-aware - two vnis mapped to the same vlan"
883 log_test "vlan-aware - failed enslavement to vlan-aware bridge"
889 # (i.e., different TTL) are enslaved to the same VLAN-aware bridge,
904 log_test "vlan-aware - failed enslavement to bridge due to conflict"
916 # Create a simple setup with two VxLAN devices and a single VLAN-aware
959 log_info "vxlan entry offload indication - vlan-aware"
961 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self master static \
965 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
968 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
971 log_test "vxlan entry offload indication - initial state"
977 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 master vlan 10
979 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
982 log_test "vxlan entry offload indication - after removal from bridge"
988 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 master static vlan 10
990 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
993 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
996 log_test "vxlan entry offload indication - after re-add to bridge"
1002 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self
1004 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1007 log_test "vxlan entry offload indication - after removal from vxlan"
1013 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self dst $LOCAL_IP_2
1015 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
1018 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1021 log_test "vxlan entry offload indication - after re-add to vxlan"
1023 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self master vlan 10
1058 log_test "vxlan decap route - vni map/unmap"
1115 ip -6 address add 2001:db8:1::1/64 dev br10
1137 log_test "vxlan - l3 vni"
1151 log_info "offload indication - replay & cleanup - vlan aware"