Hans Dedecker
f9a3123bbf
netifd: Remove hardcoded DHCP release option
...
Remove the udhcpc -R release option as sending a DHCP release
is configurable via the uci option release.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
9 years ago
Hans Dedecker
a83f049b5b
netifd: Add configurable DHCP release behavior
...
Make sending a DHCP release configurable when the client exits allowing to clean up
IP/mac state info in intermediate devices.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
9 years ago
Hans Dedecker
81a5f1ac9e
netifd: Send DHCP release when client exits
...
Let DHCP client send a release when it exists so the DHCP server is
informed the IP address is released and allowing to clean up IP/mac
state info in intermediate devices.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
9 years ago
Jo-Philipp Wich
564330e013
netifd: fix default ip rules
...
Update to latest HEAD in order to remove the faulty "prelocal" ip rule leading
to unexpected policy rule precedence.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
Jo-Philipp Wich
dab37abc4d
netifd: fix build error
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48920
9 years ago
Jo-Philipp Wich
81399345fe
netifd: fix VTI ikey/okey endianess
...
Ensure that ikey and okey are sent in network byte order to the kernel.
Also don't mangle external IP addrs and routes when reconfiguring iinterfaces.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48919
9 years ago
Felix Fietkau
208b3098f0
netifd: update to the latest version, adds many fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48595
9 years ago
Felix Fietkau
c49bc55669
netifd: update to the latest version, adds a cosmetic fix for a wpa related variable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48397
9 years ago
Jo-Philipp Wich
5cf88bb032
netifd: fix PKG_VERSION ( #21630 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48280
9 years ago
Felix Fietkau
eb1ac66ce7
netifd: update to the latest version, adds VTI support and a policy routing fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48273
9 years ago
Felix Fietkau
9cd6162b63
packages: use OPENWRT_GIT to point at the main openwrt git repo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
9 years ago
Felix Fietkau
a99c78a09a
netifd: update to the latest version, fixes more route table issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47897
9 years ago
Felix Fietkau
513702e658
netifd: update to the latest version, fixes reload issues on routing table changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47893
9 years ago
Felix Fietkau
6fb259b6df
netifd: ifup-shellscript - fix wrong usage of 'local'
...
this error was not visible until recent bump to
busybox 1.24.1 stable which introduced a warning message
when keyword 'local' is not used with a shell-function.
this does not change behavior and is a cosmetic cleanup.
fixes the following output:
root@box:~ ifup <interface>
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 1: not in a function
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 47828
9 years ago
Felix Fietkau
59dbc9fa4e
netifd: update to the latest version, fixes an issue with moving a wifi iface to a different network
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47683
9 years ago
Jo-Philipp Wich
49b3fc70e5
netifd: fix device status reporting for external interfaces
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47493
9 years ago
Felix Fietkau
e4859508be
netifd: update to the latest version, contains several fixes, including one for interface ip4/ip6table for device routes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47460
9 years ago
Felix Fietkau
38182373e0
netifd: update to the latest version, fixes spurious client isolation in unbridged AP configurations ( #20574 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47053
9 years ago
Felix Fietkau
ced2b641e2
base-files: set kernel.core_pattern in sysctl.conf
...
Move the pattern setting from netifd's service script to
/etc/sysctl.conf. Put the timestamp component '%t' just after
executable name '%e' for more natural order from output of ls command.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 46867
9 years ago
Felix Fietkau
7e57d753a1
netifd: update to the latest version, fixes a WDS STA mode regression caused by multicast-to-unicast handling ( #20466 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46841
9 years ago
Felix Fietkau
d4e9c8d7ef
netifd: update to the latest version, adds multicast-to-unicast fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46719
9 years ago
Steven Barth
9f67c7fc8a
netifd: various updates
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46718
9 years ago
Felix Fietkau
26d71e9b25
netifd: update to the latest version, fixes setting RPS/XPS for wlan devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46421
9 years ago
Steven Barth
a742fcaf3b
netifd: add mtu6 option to override IPv6 MTU
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46135
10 years ago
Steven Barth
ebfe8d8b08
netifd: bump to latest, various fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45926
10 years ago
Steven Barth
e6f9641df1
netifd: fix and optimize ipv6 onlink-route handling
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45768
10 years ago
Felix Fietkau
4eeeb91661
netifd: bump to current HEAD
...
This introduces a new config parameter "no-proto-task" useful for
xl2tpd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45748
10 years ago
Steven Barth
241dbffcf9
netifd: improve IPv6 onlink-route handling
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45701
10 years ago
Felix Fietkau
bf84a53f9b
netifd-dhcp: supply parameters to user-script
...
hand over parameters to user-script e.g. $1=deconfig
Signed-off-by: Leon George <leon@georgemail.de>
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 45626
10 years ago
Steven Barth
a132313238
dhcp: add option specifying overriding custom-routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45594
10 years ago
Felix Fietkau
fe14e2a674
netifd: update to the latest version, fixes retry when proto handlers exit without changing the state
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45550
10 years ago
Felix Fietkau
a285a0a034
netifd: update to the latest version, fixes more interface device config handling issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45503
10 years ago
Felix Fietkau
6293aae9d3
netifd: update to the latest version, fixes more device config handling issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45497
10 years ago
Felix Fietkau
bdd241ee29
netifd: update to the latest version, fixes issues in handling device config from interfaces
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45483
10 years ago
Steven Barth
6b062ad848
network: shorten names of generated interfaces
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45476
10 years ago
John Crispin
dcdd5c1ecb
netifd: Interface last error support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45334
10 years ago
Steven Barth
4a1f19e15d
netifd: revert policy routing (broke some custom user rules)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45185
10 years ago
Steven Barth
edf9b7a2a5
netifd: add metric argument for ipv4 proto routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45182
10 years ago
Steven Barth
7edbd6b4d7
netifd: adjust default local policy rules
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45059
10 years ago
John Crispin
242e37454a
netifd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45020
10 years ago
Felix Fietkau
7cacd6bdb6
netifd: fix default initialization of RPS/XPS
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44944
10 years ago
Felix Fietkau
78692595e7
netifd: update to the latest version, adds support for configuring RPS/XPS (enabled by default where available)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44943
10 years ago
Steven Barth
8cfe2fb30b
netifd: fix ipv6 route regression
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44919
10 years ago
Steven Barth
b27efd6e07
netifd: device update fixes, improvements in policy routing
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44899
10 years ago
Jo-Philipp Wich
eb7f470e7b
netifd: dhcp: install host route to gateway ( #19182 )
...
Certain DHCP servers push a gateway outside of the assigned interface subnet,
to support those situations install a host route towards the gateway.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44789
10 years ago
John Crispin
59c20174f8
json-c: update to 0.12 and bump all depending services
...
Version 0.12 deprecates json_object_object_get and moves the header files around
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44657
10 years ago
Steven Barth
c975f83cc2
netifd: various device config / event fixes (thx Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44480
10 years ago
Felix Fietkau
00d422fc60
netifd: update to the latest version, reverts a commit causing MTU issues ( fixes #18869 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44461
10 years ago
Steven Barth
6ee8d1f178
netifd: fix device config handling and add some config options
...
Thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44331
10 years ago
Felix Fietkau
ea638e4eba
netifd: fix a regression with some VLAN configurations introduced in the last update
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44098
10 years ago