chiark / gitweb /
networkd: fdb - fix const warning
[elogind.git] / src / network / networkd-fdb.c
index 78488c9d2531979ef5c32bf195d6baff3a6ec187..feab8d421e59ab46c4a5d19fdb0a0e4e05502b10 100644 (file)
@@ -99,8 +99,7 @@ static int set_fdb_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) {
 }
 
 /* send a request to the kernel to add a FDB entry in its static MAC table. */
 }
 
 /* send a request to the kernel to add a FDB entry in its static MAC table. */
-int fdb_entry_configure(Link *link,
-                        FdbEntry *const fdb_entry) {
+int fdb_entry_configure(Link *const link, FdbEntry *const fdb_entry) {
         _cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL;
         sd_rtnl *rtnl;
         int r;
         _cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL;
         sd_rtnl *rtnl;
         int r;