Lines Matching +full:de +full:- +full:be

2 # SPDX-License-Identifier: GPL-2.0
74 log_test "vxlan device - valid configuration"
91 log_test "vxlan device with a vlan-aware bridge"
349 log_test "multiple vxlan devices - valid configuration"
487 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
491 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
494 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
497 log_test "vxlan entry offload indication - initial state"
503 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 master
505 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
508 log_test "vxlan entry offload indication - after removal from bridge"
514 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 master static
516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
519 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
522 log_test "vxlan entry offload indication - after re-add to bridge"
528 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self
530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
533 log_test "vxlan entry offload indication - after removal from vxlan"
539 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self dst 198.51.100.2
541 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
544 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
547 log_test "vxlan entry offload indication - after re-add to vxlan"
549 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self master
576 log_test "vxlan decap route - vxlan device down"
590 log_test "vxlan decap route - vxlan device up"
604 log_test "vxlan decap route - add local route"
624 log_test "vxlan decap route - local ports enslavement"
638 log_test "vxlan decap route - bridge device deletion"
662 log_test "vxlan decap route - vxlan device deletion"
692 bridge fdb show dev vxlan0 | grep $mac | grep -q self
698 bridge fdb show dev vxlan0 | grep $zmac | grep -q self
710 bridge fdb show dev vxlan0 | grep $mac | grep -q master
734 log_test "offload indication - attach vxlan first"
740 log_test "offload indication - set vxlan down"
746 log_test "offload indication - set vxlan up"
748 if [[ ! -z $vid ]]; then
753 log_test "offload indication - delete VLAN"
759 log_test "offload indication - add tagged VLAN"
765 log_test "offload indication - add pvid/untagged VLAN"
771 log_test "offload indication - detach port"
806 log_test "offload indication - attach vxlan last"
828 log_info "offload indication - replay & cleanup"
853 log_test "vlan-aware - enslavement to vlan-aware bridge"
862 log_test "vlan-aware - two vnis mapped to the same vlan"
876 log_test "vlan-aware - failed enslavement to vlan-aware bridge"
882 # (i.e., different TTL) are enslaved to the same VLAN-aware bridge,
897 log_test "vlan-aware - failed enslavement to bridge due to conflict"
909 # Create a simple setup with two VxLAN devices and a single VLAN-aware
952 log_info "vxlan entry offload indication - vlan-aware"
954 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self master static \
958 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
961 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
964 log_test "vxlan entry offload indication - initial state"
970 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 master vlan 10
972 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
975 log_test "vxlan entry offload indication - after removal from bridge"
981 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 master static vlan 10
983 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
986 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
989 log_test "vxlan entry offload indication - after re-add to bridge"
995 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self
997 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1000 log_test "vxlan entry offload indication - after removal from vxlan"
1006 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self dst 198.51.100.2
1008 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
1011 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1014 log_test "vxlan entry offload indication - after re-add to vxlan"
1016 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self master vlan 10
1050 log_test "vxlan decap route - vni map/unmap"
1107 ip -6 address add 2001:db8:1::1/64 dev br10
1129 log_test "vxlan - l3 vni"
1143 log_info "offload indication - replay & cleanup - vlan aware"