diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-03-04 13:36:18 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-03-04 13:36:18 +0000 |
| commit | f170e679d64050d73ddc2fc68bdc9136f34dddc6 (patch) | |
| tree | 8809c3dec6fd52fe669e46a01265253f102a6c07 | |
| parent | c175f5f01ce89aee1b6fd2e10a595027710c9832 (diff) | |
| download | illumos-joyent-f170e679d64050d73ddc2fc68bdc9136f34dddc6.tar.gz | |
11493 aggr needs support for multiple pseudo rx groups [fix broken build]
| -rw-r--r-- | usr/src/uts/common/io/mac/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/mac/mac.c b/usr/src/uts/common/io/mac/mac.c index ee50778ebb..d698862d81 100644 --- a/usr/src/uts/common/io/mac/mac.c +++ b/usr/src/uts/common/io/mac/mac.c @@ -1753,7 +1753,7 @@ mac_client_clear_flow_cb(mac_client_handle_t mch) flow_entry_t *flent = mcip->mci_flent; mutex_enter(&flent->fe_lock); - flent->fe_cb_fn = (flow_fn_t)mac_pkt_drop; + flent->fe_cb_fn = (flow_fn_t)mac_rx_def; flent->fe_cb_arg1 = NULL; flent->fe_cb_arg2 = NULL; flent->fe_flags |= FE_MC_NO_DATAPATH; |
