diff options
author | trasz <trasz@FreeBSD.org> | 2014-11-09 13:01:09 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-11-09 13:01:09 +0000 |
commit | 4eec651ec388a7406d989f93aef0d62f748080fc (patch) | |
tree | 7fce56b0e4a689fc51e535b741025162dc8c5f61 /usr.sbin/ctld/token.l | |
parent | 037bd5af5746c3f20b892933dccfc78a245f81a4 (diff) | |
download | FreeBSD-src-4eec651ec388a7406d989f93aef0d62f748080fc.zip FreeBSD-src-4eec651ec388a7406d989f93aef0d62f748080fc.tar.gz |
Add support for sending redirections to iSCSI target.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/token.l')
-rw-r--r-- | usr.sbin/ctld/token.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ctld/token.l b/usr.sbin/ctld/token.l index 822d1ac..d4bf823 100644 --- a/usr.sbin/ctld/token.l +++ b/usr.sbin/ctld/token.l @@ -72,6 +72,7 @@ isns-server { return ISNS_SERVER; } isns-period { return ISNS_PERIOD; } isns-timeout { return ISNS_TIMEOUT; } portal-group { return PORTAL_GROUP; } +redirect { return REDIRECT; } serial { return SERIAL; } size { return SIZE; } target { return TARGET; } |