Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/glb-director/glb_director_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef _GLB_DIRECTOR_CONFIG_H
#define _GLB_DIRECTOR_CONFIG_H
#ifndef GLB_DIRECTOR_CONFIG_H
#define GLB_DIRECTOR_CONFIG_H
#include <rte_ether.h>

#define MAX_FLOW_PATHS 32
Expand Down
4 changes: 2 additions & 2 deletions src/glb-redirect/ipt_glbredirect.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* along with glb-redirect. If not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __IPT_GLBREDIRECT_MATCH__
#define __IPT_GLBREDIRECT_MATCH__
#ifndef IPT_GLBREDIRECT_MATCH
#define IPT_GLBREDIRECT_MATCH

struct ipt_glbredirect_info {

Expand Down