developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame^] | 1 | diff --git a/source/service_multinet/Puma6_plat/handle_sw.c b/source/service_multinet/Puma6_plat/handle_sw.c |
| 2 | index b7020d51..7768fb99 100755 |
| 3 | --- a/source/service_multinet/Puma6_plat/handle_sw.c |
| 4 | +++ b/source/service_multinet/Puma6_plat/handle_sw.c |
| 5 | @@ -86,6 +86,8 @@ void sw_remove_member(char *from_member, char *to_remove_mem) |
| 6 | strncpy(from_member, l_cTemp, (strlen(l_cTemp)+1)); |
| 7 | } |
| 8 | |
| 9 | +INT swctl(const int command, const int port, const int vid, const int membertag, const int vlanmode, const int efm, const char *mac, const char *magic){return 0;} |
| 10 | + |
| 11 | //handle_moca is a function for configuring MOCA port |
| 12 | void handle_moca(int vlan_id, int *tagged, int add) |
| 13 | { |