aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ietf/ietf_nat.h
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-02-14 13:15:22 +0100
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-03-20 16:13:15 +0100
commit52002bff61ccdd95a3e69094f8e6a99eaf2c0b32 (patch)
treefe63846d48bec1e555c36f47564506ae3e662cc3 /src/plugins/ietf/ietf_nat.h
parent7dd61fc820323344c7479dd767a2ee0f84abd810 (diff)
Plugin - init NAT
Change-Id: I072b3bc018812d9f51cb7269bfdbb98b19db873c Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'src/plugins/ietf/ietf_nat.h')
-rw-r--r--src/plugins/ietf/ietf_nat.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/plugins/ietf/ietf_nat.h b/src/plugins/ietf/ietf_nat.h
new file mode 100644
index 0000000..7495209
--- /dev/null
+++ b/src/plugins/ietf/ietf_nat.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2019 PANTHEON.tech.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at:
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __IETF_NAT_H__
+#define __IETF_NAT_H__
+
+#include "../sc_model.h"
+
+#define IETF_NAT_SIZE 3
+extern const xpath_t ietf_nat_xpaths[IETF_NAT_SIZE];
+
+#endif