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"
498 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
502 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
505 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
508 log_test "vxlan entry offload indication - initial state"
514 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 master
516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
519 log_test "vxlan entry offload indication - after removal from bridge"
525 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 master static
527 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
533 log_test "vxlan entry offload indication - after re-add to bridge"
539 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self
541 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
544 log_test "vxlan entry offload indication - after removal from vxlan"
550 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self dst $LOCAL_IP_2
552 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
555 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
558 log_test "vxlan entry offload indication - after re-add to vxlan"
560 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self master
587 log_test "vxlan decap route - vxlan device down"
601 log_test "vxlan decap route - vxlan device up"
615 log_test "vxlan decap route - add local route"
635 log_test "vxlan decap route - local ports enslavement"
649 log_test "vxlan decap route - bridge device deletion"
677 log_test "vxlan decap route - vxlan device deletion"
707 bridge fdb show dev vxlan0 | grep $mac | grep -q self
713 bridge fdb show dev vxlan0 | grep $zmac | grep -q self
725 bridge fdb show dev vxlan0 | grep $mac | grep -q master
749 log_test "offload indication - attach vxlan first"
755 log_test "offload indication - set vxlan down"
761 log_test "offload indication - set vxlan up"
763 if [[ ! -z $vid ]]; then
768 log_test "offload indication - delete VLAN"
774 log_test "offload indication - add tagged VLAN"
780 log_test "offload indication - add pvid/untagged VLAN"
786 log_test "offload indication - detach port"
823 log_test "offload indication - attach vxlan last"
847 log_info "offload indication - replay & cleanup"
873 log_test "vlan-aware - enslavement to vlan-aware bridge"
882 log_test "vlan-aware - two vnis mapped to the same vlan"
896 log_test "vlan-aware - failed enslavement to vlan-aware bridge"
902 # (i.e., different TTL) are enslaved to the same VLAN-aware bridge,
917 log_test "vlan-aware - failed enslavement to bridge due to conflict"
929 # Create a simple setup with two VxLAN devices and a single VLAN-aware
974 log_info "vxlan entry offload indication - vlan-aware"
976 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self master static \
980 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
983 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
986 log_test "vxlan entry offload indication - initial state"
992 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 master vlan 10
994 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
997 log_test "vxlan entry offload indication - after removal from bridge"
1003 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 master static vlan 10
1005 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
1008 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1011 log_test "vxlan entry offload indication - after re-add to bridge"
1017 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self
1019 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1022 log_test "vxlan entry offload indication - after removal from vxlan"
1028 bridge fdb add de:ad:be:ef:13:37 dev vxlan10 self dst $LOCAL_IP_2
1030 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
1033 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan10
1036 log_test "vxlan entry offload indication - after re-add to vxlan"
1038 bridge fdb del de:ad:be:ef:13:37 dev vxlan10 self master vlan 10
1073 log_test "vxlan decap route - vni map/unmap"
1136 ip -6 address add 2001:db8:1::1/64 dev br10
1158 log_test "vxlan - l3 vni"
1172 log_info "offload indication - replay & cleanup - vlan aware"