Changeset 1bbc6dc in mainline for uspace/srv/net/inetsrv/sroute.h


Ignore:
Timestamp:
2024-09-17T06:44:46Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
9aa51406
Parents:
096c0786
git-author:
Jiri Svoboda <jiri@…> (2024-09-16 18:44:38)
git-committer:
Jiri Svoboda <jiri@…> (2024-09-17 06:44:46)
Message:

Network configuration persistence.

nconfsrv is folded into inetsrv
DHCP is disabled when a static address is configured on a link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/sroute.h

    r096c0786 r1bbc6dc  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3838#define INET_SROUTE_H_
    3939
     40#include <sif.h>
    4041#include <stddef.h>
    4142#include <stdint.h>
     
    5253    inet_dgram_t *, uint8_t, uint8_t, int);
    5354extern errno_t inet_sroute_get_id_list(sysarg_t **, size_t *);
     55extern errno_t inet_sroutes_load(sif_node_t *);
     56extern errno_t inet_sroutes_save(sif_node_t *);
    5457
    5558#endif
Note: See TracChangeset for help on using the changeset viewer.