summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-eth-llc/main.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-08 13:44:15 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-08 13:44:15 +0200
commita4058de51793b7b866ad9b9f52001bb34ca57e8b (patch)
tree35c55d50cea6e77c23bf63472ad95f755846c145 /src/ipcpd/shim-eth-llc/main.c
parent00dba20de7462c07866d321597697456a0ae8555 (diff)
parentf224dbb901842b021e231e4f3d7c42e62babcdb3 (diff)
downloadouroboros-a4058de51793b7b866ad9b9f52001bb34ca57e8b.tar.gz
ouroboros-a4058de51793b7b866ad9b9f52001bb34ca57e8b.zip
Merged in dstaesse/ouroboros/be-ops (pull request #167)
ipcpd: Deprecate ipcp_reg/ipcp_unreg
Diffstat (limited to 'src/ipcpd/shim-eth-llc/main.c')
-rw-r--r--src/ipcpd/shim-eth-llc/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index f82438c6..87458359 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -1224,8 +1224,6 @@ static int eth_llc_ipcp_flow_dealloc(int port_id)
static struct ipcp_ops eth_llc_ops = {
.ipcp_bootstrap = eth_llc_ipcp_bootstrap,
.ipcp_enroll = NULL, /* shim */
- .ipcp_reg = NULL, /* shim */
- .ipcp_unreg = NULL, /* shim */
.ipcp_name_reg = eth_llc_ipcp_name_reg,
.ipcp_name_unreg = eth_llc_ipcp_name_unreg,
.ipcp_flow_alloc = eth_llc_ipcp_flow_alloc,