aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/snoopy/gre.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ip/snoopy/gre.c')
-rwxr-xr-xsrc/cmd/ip/snoopy/gre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/ip/snoopy/gre.c b/src/cmd/ip/snoopy/gre.c
index 908d1553..6808293b 100755
--- a/src/cmd/ip/snoopy/gre.c
+++ b/src/cmd/ip/snoopy/gre.c
@@ -8,7 +8,7 @@ enum {
GRE_srcrt = (1<<11),
GRE_recur = (7<<8),
GRE_ack = (1<<7),
- GRE_ver = 0x7,
+ GRE_ver = 0x7
};
/* GRE protocols */
@@ -25,7 +25,7 @@ enum {
GRE_vinesecho = 0x0bae,
GRE_vinesloop = 0x0baf,
GRE_decnetIV = 0x6003,
- GRE_ppp = 0x880b,
+ GRE_ppp = 0x880b
};
int