diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ use std::net::{Ipv4Addr, Ipv6Addr}; use serde::{Deserialize, Serialize}; -pub const LOCATION: &str = "/data/pppoe.ip_config"; +pub const LOCATION: &str = "/tmp/pppoe.ip_config"; +pub const LOCATION_LAST: &str = "/data/pppoe.last"; #[derive(Clone, Copy, Debug, Eq, PartialEq, Serialize, Deserialize)] pub struct Ipv4Config { |