From 2d88fdaaa018d607eca5ce057dfbdf41beb6125b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 31 Oct 2016 19:47:45 +0100 Subject: 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. --- src/lib/dif_config.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/dif_config.proto') 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 -- cgit v1.2.3