Skip to content
Snippets Groups Projects
Commit 4dd17bab authored by Rahul Thakur's avatar Rahul Thakur
Browse files

Merge branch 'for_firewall_bbf' into 'devel'

firewallmngr: add Device.Firewall and Device.NAT as micro service

See merge request !1
parents ddebd86f 1d166986
No related branches found
No related tags found
1 merge request!1firewallmngr: add Device.Firewall and Device.NAT as micro service
Pipeline #150493 passed
/*
* Copyright (C) 2024 iopsys Software Solutions AB
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation
*
* Author: Amit Kumar <amit.kumar@iopsys.eu>
* Author: Mohd Husaam Mehdi <husaam.mehdi@iopsys.eu>
*
*/
#ifndef __NAT_PORTTRIGGER_H
#define __NAT_PORTTRIGGER_H
#include "libbbfdm-api/dmcommon.h"
extern DMOBJ tNATPortTriggerObj[];
extern DMLEAF tNATPortTriggerParams[];
int browseNATPortTriggerInst(struct dmctx *dmctx, DMNODE *parent_node, void *prev_data, char *prev_instance);
int addObjNATPortTrigger(char *refparam, struct dmctx *ctx, void *data, char **instance);
int delObjNATPortTrigger(char *refparam, struct dmctx *ctx, void *data, char *instance, unsigned char del_action);
int get_NAT_PortTriggerNumberOfEntries(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment