diff options
Diffstat (limited to 'sbin/route/keywords.c')
-rw-r--r-- | sbin/route/keywords.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/route/keywords.c b/sbin/route/keywords.c index 64d0a42f6ea..330a8c8bfeb 100644 --- a/sbin/route/keywords.c +++ b/sbin/route/keywords.c @@ -12,6 +12,7 @@ struct keytab keywords[] = { {"cloning", K_CLONING}, {"delete", K_DELETE}, {"dst", K_DST}, + {"encap", K_ENCAP}, {"expire", K_EXPIRE}, {"flush", K_FLUSH}, {"gateway", K_GATEWAY}, @@ -51,7 +52,6 @@ struct keytab keywords[] = { {"x25", K_X25}, {"xns", K_XNS}, {"xresolve", K_XRESOLVE}, - {"encap", K_ENCAP}, {0, 0} }; |