diff options
Diffstat (limited to 'nest/bfd.h')
-rw-r--r-- | nest/bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ struct bfd_options { u8 passive; u8 passive_set; u8 mode; + u8 auth_type; /* Authentication type (BFD_AUTH_*) */ + list *passwords; /* Passwords for authentication */ }; struct bfd_request { |