diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-10-31 19:47:45 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-01 09:38:20 +0100 |
commit | 2d88fdaaa018d607eca5ce057dfbdf41beb6125b (patch) | |
tree | f5085671663fa6798065d283619b6e8997e0f51b /src/lib/dif_config.proto | |
parent | 72eb9eed1284643db20c45ef82365fa54fd0ef1c (diff) | |
download | ouroboros-2d88fdaaa018d607eca5ce057dfbdf41beb6125b.tar.gz ouroboros-2d88fdaaa018d607eca5ce057dfbdf41beb6125b.zip |
ipcpd: normal: Add policy for obtaining a flat address
This adds a policy for obtaining a flat address, and thus also the
infrastructure for policies in the IPCP. The IPCP should check if the
address is available; this is currently not there yet.
Diffstat (limited to 'src/lib/dif_config.proto')
-rw-r--r-- | src/lib/dif_config.proto | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/dif_config.proto b/src/lib/dif_config.proto index 338634d1..7eff28ba 100644 --- a/src/lib/dif_config.proto +++ b/src/lib/dif_config.proto @@ -11,9 +11,10 @@ message dif_config_msg { optional bool has_chk = 9; optional uint32 min_pdu_size = 10; optional uint32 max_pdu_size = 11; + optional uint32 addr_auth_type = 12; // Config for shim UDP - optional uint32 ip_addr = 12; - optional uint32 dns_addr = 13; + optional uint32 ip_addr = 13; + optional uint32 dns_addr = 14; // Config for the shim Ethernet LLC - optional string if_name = 14; + optional string if_name = 15; }
\ No newline at end of file |