summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-11-17 05:01:55 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-11-17 05:01:55 +0000
commit4c1444c1fe19e7e7f0f3e2ac1b8ed48f6a63e8eb (patch)
treebbbd35761e1b2a98e3a62f6978c4caae390bd38b
parent2be82ad099690e7b4959ba768ebba59829f65163 (diff)
downloadsrc-test2-4c1444c1fe19e7e7f0f3e2ac1b8ed48f6a63e8eb.tar.gz
src-test2-4c1444c1fe19e7e7f0f3e2ac1b8ed48f6a63e8eb.zip
MFC r367545: ng_nat: unbreak ABI
The revision r342168 broke ABI of ng_nat needlessly and the change was merged to stable branches breaking ABI there, too. Unbreak it. PR: 250722
Notes
Notes: svn path=/stable/11/; revision=367748
-rw-r--r--sys/netgraph/ng_nat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_nat.h b/sys/netgraph/ng_nat.h
index eee28dbf0b93..df3607540f00 100644
--- a/sys/netgraph/ng_nat.h
+++ b/sys/netgraph/ng_nat.h
@@ -203,8 +203,6 @@ enum {
NGM_NAT_SET_IPADDR = 1,
NGM_NAT_SET_MODE,
NGM_NAT_SET_TARGET,
- NGM_NAT_SET_DLT,
- NGM_NAT_GET_DLT,
NGM_NAT_REDIRECT_PORT,
NGM_NAT_REDIRECT_ADDR,
NGM_NAT_REDIRECT_PROTO,
@@ -214,4 +212,6 @@ enum {
NGM_NAT_LIST_REDIRECTS,
NGM_NAT_PROXY_RULE,
NGM_NAT_LIBALIAS_INFO,
+ NGM_NAT_SET_DLT,
+ NGM_NAT_GET_DLT,
};