diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-14 17:15:35 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-14 17:18:13 +0300 | 
| commit | 3eff8e2f44b0810074e88ff2bc885f51b5f787d6 (patch) | |
| tree | 9ae274bb0773022e148bf64ba7b3848998796a68 /ldpd/ldpd.h | |
| parent | 8a2ec9102f82c8f6f2bddec4a244ec9666d4624f (diff) | |
*: cleanup number-named access-lists and prefix-lists
A long time ago there was a difference between number-named and string-named
access/prefix-lists. Currently we always treat the name as a string and
there is no need for a separate list for number-named lists.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ldpd/ldpd.h')
| -rw-r--r-- | ldpd/ldpd.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index 8fdc16fc7b..df29d405ec 100644 --- a/ldpd/ldpd.h +++ b/ldpd/ldpd.h @@ -174,7 +174,6 @@ struct ldpd_init {  struct ldp_access {  	char			 name[ACL_NAMSIZ]; -	enum access_type	 type;  };  union ldpd_addr {  | 
